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

public class RPEException
extends java.lang.Exception

Author:
Spurlos Review 2008.02.15: should it be an Exception or a Runtime Exception The only exception thrown by the common package.
See Also:
Serialized Form

Constructor Summary
RPEException(java.lang.String s)
           
RPEException(java.lang.String reason, java.lang.Throwable e)
           
RPEException(java.lang.Throwable e)
           
 
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)

RPEException

public RPEException(java.lang.String reason,
                    java.lang.Throwable e)

RPEException

public RPEException(java.lang.String s)