Package org.assertj.core.internal
Class InputStreamsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.assertj.core.internal.InputStreamsException
- All Implemented Interfaces:
Serializable
Exception thrown by
InputStreams.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInputStreamsException(String message) Creates a new.InputStreamsExceptionInputStreamsException(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
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
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.
-