net.sf.genuine.services
Class ServiceNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.genuine.exceptions.GenuineRuntimeException
net.sf.genuine.services.ServiceNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
- public class ServiceNotFoundException
- extends GenuineRuntimeException
Runtime exception that should be thrown by a module that relies on a specific
service that should have been registered but could not been found. If that
happens, a programming error is normally the cause. Therefore, this is an
unchecked exception.
- Author:
- Tim Wellhausen
- See Also:
- Serialized Form
Fields inherited from class java.lang.RuntimeException |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message)
ServiceNotFoundException
public ServiceNotFoundException(java.lang.Throwable throwable)
ServiceNotFoundException
public ServiceNotFoundException(java.lang.String message,
java.lang.Throwable throwable)