com.sentilla.io
Class IORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sentilla.io.IORuntimeException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- EOFRuntimeException, ObjectStreamRuntimeException
public class IORuntimeException
- extends RuntimeException
Signals that an I/O exception of some sort has occurred.
This class has the same meaning as IOException
but is a subclass of RuntimeException
and thus
does not need to be checked.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IORuntimeException
public IORuntimeException()
IORuntimeException
public IORuntimeException(String msg)
Copyright © 2007 Sentilla Corporation. All Rights Reserved.