com.ibm.ras
Class RASStackTrace

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.ras.RASStackTrace
All Implemented Interfaces:
java.io.Serializable

public class RASStackTrace
extends java.lang.Exception

RASStackTrace is created by a RASTraceLogger to dump a stack trace.

See Also:
Serialized Form

Constructor Summary
RASStackTrace()
          Creates a RASStackTrace.
RASStackTrace(java.lang.String msg)
          Creates a RASStackTrace.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RASStackTrace

public RASStackTrace()
Creates a RASStackTrace.


RASStackTrace

public RASStackTrace(java.lang.String msg)
Creates a RASStackTrace.

Parameters:
msg - A detailed message.


 

WebSphere is a trademark of the IBM Corporation in the United States, other countries, or both.

 

IBM is a trademark of the IBM Corporation in the United States, other countries, or both.