org.pfsw.bif.exceptions
Class IORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.pfsw.bif.exceptions.IORuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class IORuntimeException
- extends java.lang.RuntimeException
A generic runtime exception that is supposed to be used for wrapping
a checked IOException.
- See Also:
- Serialized Form
| 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 |
IORuntimeException
public IORuntimeException(java.lang.String message,
java.lang.Object... args)
IORuntimeException
public IORuntimeException(java.io.IOException cause,
java.lang.String message,
java.lang.Object... args)
IORuntimeException
public IORuntimeException(java.io.IOException cause)