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

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

Deprecated. replaced by com.adobe.livecycle.readerextensions.client.ReaderExtensionsException

public class ClientException
extends java.lang.Exception
implements java.io.Serializable

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

See Also:
Serialized Form

Constructor Summary
ClientException()
          Deprecated. Constructs a new exception with a null message and cause.
 
Method Summary
 void appendStackTrace(java.lang.String str)
          Deprecated. Appends the stack trace with str.
 java.lang.String getStackTraceString()
          Deprecated. Returns a string value that represents the stack trace.
 void printStackTrace()
          Deprecated. Prints the stack trace on System.err.
 void printStackTrace(java.io.PrintStream s)
          Deprecated. Prints the stack trace to PrintStream.
 void printStackTrace(java.io.PrintWriter w)
          Deprecated. Prints the stack trace to PrintWriter.
 void setExceptionMessage(java.lang.String exceptionMsg)
          Deprecated. Sets the exception message.
 
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

ClientException

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

Method Detail

setExceptionMessage

public void setExceptionMessage(java.lang.String exceptionMsg)
Deprecated. 
Sets the exception message.

Parameters:
exceptionMsg - A string value that represents the exception message.

appendStackTrace

public void appendStackTrace(java.lang.String str)
Deprecated. 
Appends the stack trace with str.

Parameters:
str - A string value that is used to append the stack trace.

getStackTraceString

public java.lang.String getStackTraceString()
Deprecated. 
Returns a string value that represents the stack trace.

Returns:
A string value that represents the stack trace.

printStackTrace

public void printStackTrace()
Deprecated. 
Prints the stack trace on System.err.

Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Deprecated. 
Prints the stack trace to PrintStream.

Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
s - A PrintStream onto which the stack trace is printed.

printStackTrace

public void printStackTrace(java.io.PrintWriter w)
Deprecated. 
Prints the stack trace to PrintWriter.

Overrides:
printStackTrace in class java.lang.Throwable
Parameters:
w - A PrintWriter onto which the stack trace is printed.


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