|
|||||||||
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
public class RegistryException
An exception indicating that a general registry exception has occurred.
Constructor Summary | |
---|---|
RegistryException(com.adobe.idp.dsc.DSCError aError)
Constructor that uses the specified document service component error. |
|
RegistryException(com.adobe.idp.dsc.DSCError error,
java.lang.Throwable aThrowable)
Constructor that uses the specified document service component error and throwable exception. |
|
RegistryException(com.adobe.idp.dsc.ExceptionStackTrace aStackTrace)
Constructor that uses the specified stack trace. |
|
RegistryException(java.lang.Throwable aThrowable)
Constructor that uses the specified exception. |
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 RegistryException(com.adobe.idp.dsc.DSCError aError)
aError
- The document service component error.public RegistryException(java.lang.Throwable aThrowable)
aThrowable
- The exception.public RegistryException(com.adobe.idp.dsc.ExceptionStackTrace aStackTrace)
aStackTrace
- The stack trace.public RegistryException(com.adobe.idp.dsc.DSCError error, java.lang.Throwable aThrowable)
error
- The document service component error.aThrowable
- The throwable exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |