org.sr.server
Class ServiceNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.sr.server.ServiceNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class ServiceNotFoundException
extends java.lang.Exception

Throws when a requested service is not registered and not found in the registry

Author:
Serhat Dirik
See Also:
Serialized Form

Constructor Summary
ServiceNotFoundException()
           
ServiceNotFoundException(java.lang.String arg0)
           
ServiceNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServiceNotFoundException(java.lang.Throwable arg0)
           
 
Method Summary
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceNotFoundException

public ServiceNotFoundException()

ServiceNotFoundException

public ServiceNotFoundException(java.lang.String arg0,
                                java.lang.Throwable arg1)

ServiceNotFoundException

public ServiceNotFoundException(java.lang.String arg0)

ServiceNotFoundException

public ServiceNotFoundException(java.lang.Throwable arg0)