IBM WebSphere Application ServerTM
Release 7

com.ibm.ras
Class RASException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.ras.RASException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RASIOException, RASQueueEmptyException, RASQueueFullException

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

public class RASException
extends java.lang.Exception

RASException is the parent of all Exceptions unique to the RAS Toolkit.

See Also:
Serialized Form

Constructor Summary
RASException()
          Deprecated. Creates a RASException.
RASException(java.lang.String msg)
          Deprecated. Creates a RASException.
 
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

RASException

public RASException()
Deprecated. 
Creates a RASException.


RASException

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

Parameters:
msg - A detailed message.

IBM WebSphere Application ServerTM
Release 7