org.apache.mina.common
Class RuntimeIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.mina.common.RuntimeIOException
- All Implemented Interfaces:
- Serializable
public class RuntimeIOException
- extends RuntimeException
A unchecked version of IOException
.
- Version:
- $Rev: 391231 $, $Date: 2006-04-04 15:21:55 +0900 (Tue, 04 Apr 2006) $
- Author:
- The Apache Directory Project (mina-dev@directory.apache.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeIOException
public RuntimeIOException()
RuntimeIOException
public RuntimeIOException(String message)
RuntimeIOException
public RuntimeIOException(String message,
Throwable cause)
RuntimeIOException
public RuntimeIOException(Throwable cause)