com.adobe.idp.applicationmanager.application
Class ApplicationManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.idp.dsc.DSCException
com.adobe.idp.applicationmanager.application.ApplicationManagerException
- All Implemented Interfaces:
- java.io.Serializable
public class ApplicationManagerException
- extends com.adobe.idp.dsc.DSCException
- implements java.io.Serializable
An exception indicating that an exception occurred with the Application Manager operation that was invoked.
- See Also:
- Serialized Form
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 |
ApplicationManagerException
public ApplicationManagerException(java.lang.Throwable throwable)
- Constructor that uses a throwable exception.
- Parameters:
throwable
- The throwable exception.
ApplicationManagerException
public ApplicationManagerException(java.lang.String msg)
- Constructor that uses a message to be displayed.
- Parameters:
msg
- The message to be displayed.
ApplicationManagerException
public ApplicationManagerException(com.adobe.idp.dsc.DSCError e)