Package org.fest.assertions.internal
Class InputStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.assertions.internal.InputStreamsException
- All Implemented Interfaces:
Serializable
Exception thrown by
InputStreams
.- Author:
- Matthieu Baechler
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInputStreamsException
(String message) Creates a new
.InputStreamsException
InputStreamsException
(String message, Throwable cause) Creates a new
.InputStreamsException
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InputStreamsException
Creates a new
.InputStreamsException
- Parameters:
message
- the detail message.
-
InputStreamsException
Creates a new
.InputStreamsException
- Parameters:
message
- the detail message.cause
- the cause of the error.
-