com.adobe.livecycle.readerextensions.client.exceptions
Class ReaderExtensionsException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ReaderExtensionsException

Deprecated. replaced by com.adobe.livecycle.readerextensions.client.ReaderExtensionsException As of LC ES Update 1 (8.2), this exception is deprecated. The actual exception thrown by RE will be the first causing exception, and this exception will contain a copy of the message and stack trace of the causing exception to maintain backward compatibility.

public class ReaderExtensionsException
extends ClientException
implements java.io.Serializable

Represents the primary class for exceptions that are thrown by the Reader Extensions service.

See Also:
Serialized Form

Constructor Summary
ReaderExtensionsException()
          Deprecated. Constructs a new exception with a null message and cause.
ReaderExtensionsException(java.lang.String message, java.lang.Throwable cause)
          Deprecated. Constructs a new exception with the given message and 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

ReaderExtensionsException

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

See Also:
Exception()

ReaderExtensionsException

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

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


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