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

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.InvalidReviewContextException
All Implemented Interfaces:
Serializable

public class InvalidReviewContextException
extends ICRException

represents an exception that is thrown if there are any validation error in the Review Context

See Also:
Serialized Form

Constructor Summary
InvalidReviewContextException()
          Default constructor for InvalidReviewContextException
InvalidReviewContextException(ErrorCode errorCode, Object[] parameters)
          Constructs a new exception with given errorCode, root cause and message parameters
InvalidReviewContextException(ErrorCode errorCode, Throwable cause, Object[] parameters)
          Constructs a new exception with given errorCode, root cause and message parameters
InvalidReviewContextException(Throwable cause)
           
 
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

InvalidReviewContextException

public InvalidReviewContextException()
Default constructor for InvalidReviewContextException


InvalidReviewContextException

public InvalidReviewContextException(Throwable cause)

InvalidReviewContextException

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

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

InvalidReviewContextException

public InvalidReviewContextException(ErrorCode errorCode,
                                     Throwable cause,
                                     Object[] parameters)
Constructs a new exception with given errorCode, root cause and 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]