org.eclipse.smila.utils.service
Class ServiceNotBoundException
java.lang.Object
ComponentException
org.eclipse.smila.utils.service.ServiceNotBoundException
public class ServiceNotBoundException
- extends ComponentException
- Author:
- tmenzel
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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 -