IBM WebSphere Application ServerTM
Release 7

com.ibm.ras
Class RASStackTrace

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ras.RASStackTrace
All Implemented Interfaces:
java.io.Serializable

Deprecated. As of WAS 6.0, recommend using java.util.logging

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

Constructor Detail

RASStackTrace

public RASStackTrace()
Deprecated. 
Creates a RASStackTrace.


RASStackTrace

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

Parameters:
msg - A detailed message.

IBM WebSphere Application ServerTM
Release 7