org.eclipse.gemini.blueprint.service.importer.support.internal.exception
Class BlueprintExceptionFactory

java.lang.Object
  extended by org.eclipse.gemini.blueprint.service.importer.support.internal.exception.BlueprintExceptionFactory

public abstract class BlueprintExceptionFactory
extends Object

Utility class that creates either Spring DM or Blueprint exceptions. It's used for performing lazy class loading and similar exception messages between the two.

Author:
Costin Leau

Constructor Summary
BlueprintExceptionFactory()
           
 
Method Summary
static RuntimeException createServiceUnavailableException(org.osgi.framework.Filter filter)
           
static RuntimeException createServiceUnavailableException(org.osgi.framework.ServiceReference reference)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlueprintExceptionFactory

public BlueprintExceptionFactory()
Method Detail

createServiceUnavailableException

public static RuntimeException createServiceUnavailableException(org.osgi.framework.Filter filter)

createServiceUnavailableException

public static RuntimeException createServiceUnavailableException(org.osgi.framework.ServiceReference reference)


Copyright © 2006-2012. All Rights Reserved.