|
|||||||||
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.backup.dsc.service.BackupException
public class BackupException
Provides exceptions while entering or leaving backup mode on the Adobe Experience Manager forms server for one of the following reasons:
String
value.
Constructor Summary | |
---|---|
BackupException()
Default constructor for creating a Backup and Restore exception. |
|
BackupException(java.lang.String message)
A constructor to create the Backup and Restore exception, using a message to be displayed. |
|
BackupException(java.lang.Throwable throwable)
A constructor to create the Backup and Restore exception with a stack trace. |
Method Summary | |
---|---|
java.lang.Throwable |
getNestedThrowable()
Returns the cause of the exception generated while entering or leaving backup mode on the Adobe Experience Manager forms server. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public BackupException()
public BackupException(java.lang.String message)
message
- The message with the details of the exception to be displayed.public BackupException(java.lang.Throwable throwable)
throwable
- The exception class used to generate the stack trace based on the cause of the exception. A value of null
is permitted.Method Detail |
---|
public java.lang.Throwable getNestedThrowable()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |