Package com.norconex.commons.lang.io
Class StreamException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.norconex.commons.lang.io.StreamException
- All Implemented Interfaces:
Serializable
Runtime exception when dealing with I/O streams.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionStreamException(String message) StreamException(String message, Throwable cause) StreamException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
StreamException
public StreamException() -
StreamException
-
StreamException
-
StreamException
-