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

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

public class ReviewZoneAlreadyExistException
extends ICRException

Represents an exception that is thrown if a review zone with the same review id already exists.

See Also:
Serialized Form

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

ReviewZoneAlreadyExistException

public ReviewZoneAlreadyExistException()
Default constructor for ReviewZoneAlreadyExistException


ReviewZoneAlreadyExistException

public ReviewZoneAlreadyExistException(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.

ReviewZoneAlreadyExistException

public ReviewZoneAlreadyExistException(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]