net.sf.genuine.services
Class ServiceNotFoundException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sf.genuine.exceptions.GenuineRuntimeException
                  extended bynet.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

Field Summary
 
Fields inherited from class java.lang.RuntimeException
 
Constructor Summary
ServiceNotFoundException(java.lang.String message)
           
ServiceNotFoundException(java.lang.String message, java.lang.Throwable throwable)
           
ServiceNotFoundException(java.lang.Throwable throwable)
           
 
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
 

Constructor Detail

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)