org.sr.server
Class ServiceOperationNotFoundException

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

public class ServiceOperationNotFoundException
extends java.lang.Exception

Thrown when a requested operation is not found in the requested service

Author:
Serhat Dirik
See Also:
Serialized Form

Constructor Summary
ServiceOperationNotFoundException()
           
ServiceOperationNotFoundException(java.lang.String arg0)
           
ServiceOperationNotFoundException(java.lang.String arg0, java.lang.Throwable arg1)
           
ServiceOperationNotFoundException(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

ServiceOperationNotFoundException

public ServiceOperationNotFoundException()

ServiceOperationNotFoundException

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

ServiceOperationNotFoundException

public ServiceOperationNotFoundException(java.lang.String arg0)

ServiceOperationNotFoundException

public ServiceOperationNotFoundException(java.lang.Throwable arg0)