com.ibm.ras
Class RASException
- java.lang.Object
java.lang.Throwable
java.lang.Exception
com.ibm.ras.RASException
All implemented interfaces:
java.io.Serializable
Direct known subclasses:
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:
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
- public RASException()
Deprecated.
RASException
- public RASException(java.lang.String msg)
Deprecated.
Creates a
RASException
.
Parameters:
msg
- A detailed message.
RASException
.