com.ibm.ras
Class RASIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.ras.RASException
-
- 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
RASIOExceptionis thrown to indicate that an error occurred on some input/output operation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description RASIOException()Deprecated.Creates aRASIOException.RASIOException(java.lang.String msg)Deprecated.Creates aRASIOException.
-