com.adobe.idp.dsc.registry
Class OperationNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.dsc.DSCException
              extended by com.adobe.idp.dsc.registry.OperationNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class OperationNotFoundException
extends com.adobe.idp.dsc.DSCException
implements java.io.Serializable

An exception indicating that an operation for a document service was not found.

See Also:
Serialized Form

Constructor Summary
OperationNotFoundException(java.lang.String aServiceName, java.lang.String aOperationName)
          Constructor that uses the service name and operation name.
 
Method Summary
 
Methods inherited from class com.adobe.idp.dsc.DSCException
getError, getMessage, getNestedThrowable, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OperationNotFoundException

public OperationNotFoundException(java.lang.String aServiceName,
                                  java.lang.String aOperationName)
Constructor that uses the service name and operation name.

Parameters:
aServiceName - The service name.
aOperationName - The operation name.


[an error occurred while processing this directive] [an error occurred while processing this directive]