|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception com.adobe.idp.dsc.DSCException com.adobe.idp.dsc.registry.OperationNotFoundException
public class OperationNotFoundException
An exception indicating that an operation for a document service was not found.
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 |
---|
public OperationNotFoundException(java.lang.String aServiceName, java.lang.String aOperationName)
aServiceName
- The service name.aOperationName
- The operation name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |