com.ibm.rational.rpe.common.utils
Class RPEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.rational.rpe.common.utils.RPEException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AuthenticationException

public class RPEException
extends java.lang.Exception

The base class for all exceptions that are thrown by Rational Reporting for Document Generation (RRDG) and Rational Publishing Engine.

See Also:
Serialized Form

Constructor Summary
RPEException(java.lang.String s)
          Constructs an RPEException using the provided reason
RPEException(java.lang.String reason, java.lang.Throwable e)
          Constructs an RPEException instance by wrapping the exception that is passed as argument and setting the description to reason
RPEException(java.lang.Throwable e)
          Constructs an RPEException instance by wrapping the exception that is passed as argument.
 
Method Summary
 
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

RPEException

public RPEException(java.lang.Throwable e)
Constructs an RPEException instance by wrapping the exception that is passed as argument.


RPEException

public RPEException(java.lang.String reason,
                    java.lang.Throwable e)
Constructs an RPEException instance by wrapping the exception that is passed as argument and setting the description to reason


RPEException

public RPEException(java.lang.String s)
Constructs an RPEException using the provided reason