com.adobe.idp.backup.dsc.service
Class BackupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.idp.backup.dsc.service.BackupException
All Implemented Interfaces:
java.io.Serializable

public class BackupException
extends java.lang.Exception
implements java.io.Serializable

Provides exceptions while entering or leaving backup mode on the LiveCycle ES server for one of the following reasons:

See Also:
Serialized Form

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 LiveCycle ES 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

BackupException

public BackupException()
Default constructor for creating a Backup and Restore exception.


BackupException

public BackupException(java.lang.String message)
A constructor to create the Backup and Restore exception, using a message to be displayed.

Parameters:
message - The message with the details of the exception to be displayed.

BackupException

public BackupException(java.lang.Throwable throwable)
A constructor to create the Backup and Restore exception with a stack trace.

Parameters:
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

getNestedThrowable

public java.lang.Throwable getNestedThrowable()
Returns the cause of the exception generated while entering or leaving backup mode on the LiveCycle ES server.

Returns:
The cause of the exception.


[an error occurred while processing this directive] [an error occurred while processing this directive]