net.sf.lpr.exception
Class IORuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
IORuntimeException()
           
IORuntimeException(java.lang.String message)
           
IORuntimeException(java.lang.String message, java.lang.Throwable cause)
           
IORuntimeException(java.lang.Throwable cause)
           
 
Method Summary
 
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
 

Constructor Detail

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)