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

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

public class DocumentUploadException
extends ICRException

Represents an exception that is thrown when there is any error storing document to review zone

See Also:
Serialized Form

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

DocumentUploadException

public DocumentUploadException()
Default construtor for DocmentUploadException


DocumentUploadException

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

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

DocumentUploadException

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

DocumentUploadException

public DocumentUploadException(Throwable throwable)


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