net.sf.lpr.exception
Class IORuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.sf.lpr.exception.IORuntimeException
- All Implemented Interfaces:
- java.io.Serializable
public class IORuntimeException
- extends java.lang.RuntimeException
This exception is thrown in place of all the IOException
that are thrown by the low level Java stream IO API
- Author:
- x_sid
- 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()
IORuntimeException
public IORuntimeException(java.lang.String message,
java.lang.Throwable cause)
IORuntimeException
public IORuntimeException(java.lang.String message)
IORuntimeException
public IORuntimeException(java.lang.Throwable cause)