org.pfsw.bif.exceptions
Class IORuntimeException

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

Constructor Summary
IORuntimeException(java.io.IOException cause)
           
IORuntimeException(java.io.IOException cause, java.lang.String message, java.lang.Object... args)
           
IORuntimeException(java.lang.String message, java.lang.Object... args)
           
 
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(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)