com.adobe.livecycle.readerextensions.client
Class ProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.adobe.livecycle.readerextensions.client.exceptions.ClientException
              extended by com.adobe.livecycle.readerextensions.client.exceptions.ReaderExtensionsException
                  extended by com.adobe.livecycle.readerextensions.client.ReaderExtensionsException
                      extended by com.adobe.livecycle.readerextensions.client.ProcessingException
All Implemented Interfaces:
java.io.Serializable

public class ProcessingException
extends ReaderExtensionsException
implements java.io.Serializable

Credential-related exceptions for the Reader Extensions service.

See Also:
Serialized Form

Constructor Summary
ProcessingException()
          Constructs a new exception with a null message and cause.
ProcessingException(java.lang.String message)
          Constructs a new exception with the given message.
ProcessingException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the given message and cause.
ProcessingException(java.lang.Throwable cause)
          Constructs a new exception with the given cause.
 
Method Summary
 
Methods inherited from class com.adobe.livecycle.readerextensions.client.exceptions.ClientException
appendStackTrace, getStackTraceString, printStackTrace, printStackTrace, printStackTrace, setExceptionMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProcessingException

public ProcessingException()
Constructs a new exception with a null message and cause.


ProcessingException

public ProcessingException(java.lang.String message)
Constructs a new exception with the given message.

Parameters:
message - The detailed message.

ProcessingException

public ProcessingException(java.lang.String message,
                           java.lang.Throwable cause)
Constructs a new exception with the given message and cause.

Parameters:
message - The detailed message.
cause - The causing exception. A null value is permitted.

ProcessingException

public ProcessingException(java.lang.Throwable cause)
Constructs a new exception with the given cause.

Parameters:
cause - The causing exception. A null value is permitted.


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