IBM WebSphere Application ServerTM
Release 8

com.ibm.ras
Class RASIOException

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

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

public class RASIOException
extends RASException

RASIOException is thrown to indicate that an error occurred on some input/output operation.

See Also:
Serialized Form

Constructor Summary
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

public RASIOException()
Deprecated. 
Creates a RASIOException.


RASIOException

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

Parameters:
msg - A detailed message.

IBM WebSphere Application ServerTM
Release 8