|
|||||||||
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.RegistryException com.adobe.idp.dsc.registry.ConnectorNotFoundException
public class ConnectorNotFoundException
An exception indicating that the connector was not found.
Constructor Summary | |
---|---|
ConnectorNotFoundException(com.adobe.idp.dsc.DSCError error)
Constructor that uses the specified document service component error. |
|
ConnectorNotFoundException(java.lang.String aEndpointName)
Constructor that uses the specified endpoint. |
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 ConnectorNotFoundException(com.adobe.idp.dsc.DSCError error)
error
- The document service component error.public ConnectorNotFoundException(java.lang.String aEndpointName)
aEndpointName
- The endpoint name.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |