org.littleshoot.util
Class IoExceptionWithCause

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.littleshoot.util.IoExceptionWithCause
All Implemented Interfaces:
Serializable

public class IoExceptionWithCause
extends IOException

An IOException that allows you to set the cause the constructor.

See Also:
Serialized Form

Constructor Summary
IoExceptionWithCause(String message, Throwable t)
          Creates a new 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

IoExceptionWithCause

public IoExceptionWithCause(String message,
                            Throwable t)
Creates a new IOException.

Parameters:
message - The message.
t - The exception that caused this exception.


Copyright © 2011-2013 LittleShoot. All Rights Reserved.