org.littleshoot.util
Class IoExceptionWithCause
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.