|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.adobe.idp.dsc.DSCException
com.adobe.idp.applicationmanager.application.ApplicationManagerException
public class ApplicationManagerException
An exception indicating that an exception occurred with the Application Manager operation that was invoked.
| Constructor Summary | |
|---|---|
ApplicationManagerException(java.lang.String msg)
Constructor that uses a message to be displayed. |
|
ApplicationManagerException(java.lang.Throwable throwable)
Constructor that uses a throwable 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 ApplicationManagerException(java.lang.Throwable throwable)
throwable - The throwable exception.public ApplicationManagerException(java.lang.String msg)
msg - The message to be displayed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||