com.ibm.ras

Class RASIOException

  1. java.lang.Object
  2. extended byjava.lang.Throwable
  3. extended byjava.lang.Exception
  4. extended bycom.ibm.ras.RASException
  5. extended bycom.ibm.ras.RASIOException
All implemented interfaces:
java.io.Serializable

Deprecated. As of WAS 6.0, recommend using java.util.logging
  1. public class RASIOException
  2. extends RASException
RASIOException is thrown to indicate that an error occurred on some input/output operation.
See Also:
Serialized Form

Constructor Summary

Constructor and Description
RASIOException()
Deprecated. Creates a RASIOException.
RASIOException(java.lang.String msg)
Deprecated. Creates a RASIOException.

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

RASIOException

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

RASIOException

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