net.sf.jomic.tools
Class IOExceptionWithCause
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
net.sf.jomic.tools.IOExceptionWithCause
- All Implemented Interfaces:
- Serializable
public class IOExceptionWithCause
- extends IOException
IOException that allows to specify a cause in the constructor.
- Author:
- Thomas Aglassinger
- 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 cause)