org.littleshoot.util
Class RuntimeIoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.littleshoot.util.RuntimeIoException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RuntimeConnectException, RuntimeFileNotFoundException

public class RuntimeIoException
extends RuntimeException

A runtime wrapper around an IOException.

See Also:
Serialized Form

Constructor Summary
RuntimeIoException(Exception original)
          Constructs a new runtime wrapper for an IOException.
RuntimeIoException(String message)
          Creates a new RuntimeIoException with the specified message and no cause.
RuntimeIoException(String message, Exception original)
          Constructs a new runtime wrapper for an IOException.
 
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

RuntimeIoException

public RuntimeIoException(Exception original)
Constructs a new runtime wrapper for an IOException.

Parameters:
original - The original IOException to wrap.

RuntimeIoException

public RuntimeIoException(String message,
                          Exception original)
Constructs a new runtime wrapper for an IOException.

Parameters:
message - The message to display with the exception.
original - The original IOException to wrap.

RuntimeIoException

public RuntimeIoException(String message)
Creates a new RuntimeIoException with the specified message and no cause.

Parameters:
message - The message.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.