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:
 java.io.Serializable
public class InputStreamsException extends java.lang.RuntimeExceptionException thrown by.InputStreams- Author:
 - Matthieu Baechler
 - See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description InputStreamsException(java.lang.String message)Creates a new.InputStreamsExceptionInputStreamsException(java.lang.String message, java.lang.Throwable cause)Creates a new.InputStreamsException 
 - 
 
- 
- 
Constructor Detail
- 
InputStreamsException
public InputStreamsException(java.lang.String message)
Creates a new.InputStreamsException- Parameters:
 message- the detail message.
 
- 
InputStreamsException
public InputStreamsException(java.lang.String message, java.lang.Throwable cause)Creates a new.InputStreamsException- Parameters:
 message- the detail message.cause- the cause of the error.
 
 - 
 
 -