Class InputStreamsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fest.assertions.internal.InputStreamsException
All Implemented Interfaces:
Serializable

public class InputStreamsException extends RuntimeException
Exception thrown by InputStreams.
Author:
Matthieu Baechler
See Also:
  • Constructor Details

    • InputStreamsException

      public InputStreamsException(String message)
      Creates a new InputStreamsException.
      Parameters:
      message - the detail message.
    • InputStreamsException

      public InputStreamsException(String message, Throwable cause)
      Creates a new InputStreamsException.
      Parameters:
      message - the detail message.
      cause - the cause of the error.