org.assertj.core.internal
Class InputStreamsException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.assertj.core.internal.InputStreamsException
All Implemented Interfaces:
Serializable

public class InputStreamsException
extends RuntimeException

Exception thrown by InputStreams.

Author:
Matthieu Baechler
See Also:
Serialized Form

Constructor Summary
InputStreamsException(String message)
          Creates a new InputStreamsException.
InputStreamsException(String message, Throwable cause)
          Creates a new InputStreamsException.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.


Copyright © 2013–2015 AssertJ. All rights reserved.