com.adobe.livecycle.rca.common.exception
Class PersistenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.rca.common.exception.ICRException
              extended by com.adobe.livecycle.rca.common.exception.PersistenceException
All Implemented Interfaces:
Serializable

public class PersistenceException
extends ICRException

represents an exception that is thrown while persisting content/data.

See Also:
Serialized Form

Constructor Summary
PersistenceException()
          Default constructor for PersistenceException
PersistenceException(ErrorCode errorCode, Object[] parameters)
          Constructs a new exception with given errorCode and error message parameters
PersistenceException(ErrorCode errorCode, Throwable cause, Object[] parameters)
          Constructs a new exception with given errorCode, root cause and error message parameters
PersistenceException(String message)
           
PersistenceException(Throwable throwable)
           
 
Method Summary
 
Methods inherited from class com.adobe.livecycle.rca.common.exception.ICRException
getError
 
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

PersistenceException

public PersistenceException()
Default constructor for PersistenceException


PersistenceException

public PersistenceException(String message)

PersistenceException

public PersistenceException(Throwable throwable)

PersistenceException

public PersistenceException(ErrorCode errorCode,
                            Object[] parameters)
Constructs a new exception with given errorCode and error message parameters

Parameters:
errorCode - ErrorCode associated with the exception
parameters - Parameters used in the message associated with the error code.

PersistenceException

public PersistenceException(ErrorCode errorCode,
                            Throwable cause,
                            Object[] parameters)
Constructs a new exception with given errorCode, root cause and error message parameters

Parameters:
errorCode - ErrorCode associated with the exception
cause - root cause of the exception
parameters - Parameters used in the message associated with the error code.


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