SMILA 1.0 API documentation

org.eclipse.smila.utils.service
Class ServiceNotBoundException

java.lang.Object
  extended by ComponentException
      extended by org.eclipse.smila.utils.service.ServiceNotBoundException

public class ServiceNotBoundException
extends ComponentException

Author:
tmenzel

Constructor Summary
ServiceNotBoundException(java.lang.Class<?> serviceClass, java.lang.String effectMessage)
           
ServiceNotBoundException(java.lang.String message)
           
ServiceNotBoundException(java.lang.String message, java.lang.Throwable cause)
           
ServiceNotBoundException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceNotBoundException

public ServiceNotBoundException(java.lang.String message,
                                java.lang.Throwable cause)
Parameters:
message -
cause -

ServiceNotBoundException

public ServiceNotBoundException(java.lang.String message)
Parameters:
message -

ServiceNotBoundException

public ServiceNotBoundException(java.lang.Class<?> serviceClass,
                                java.lang.String effectMessage)
Parameters:
effectMessage -

ServiceNotBoundException

public ServiceNotBoundException(java.lang.Throwable cause)
Parameters:
cause -

SMILA 1.0 API documentation