sk.baka.ikslibs.stream
Class IOWithCauseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
sk.baka.ikslibs.stream.IOWithCauseException
- All Implemented Interfaces:
- Serializable
public final class IOWithCauseException
- extends IOException
A simple upgrade of IOException that adds the possibility to set the
throwable cause.
- Author:
- Martin Vysny
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IOWithCauseException
public IOWithCauseException(String message,
Throwable cause)
- Parameters:
message - cause -
IOWithCauseException
public IOWithCauseException(Throwable cause)
- Parameters:
cause -
Copyright © 2006 Martin Vysny - baka. All Rights Reserved.