com.ibm.ras

Class RASException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.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
  1. public class RASException
  2. extends java.lang.Exception
RASException is the parent of all Exceptions unique to the RAS Toolkit.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
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

  1. public RASException()
Deprecated.
Creates a RASException.

RASException

  1. public RASException(java.lang.String msg)
Deprecated.
Creates a RASException.
Parameters:
msg - A detailed message.