Class InputStreamsException

All Implemented Interfaces:
Serializable

public class InputStreamsException extends RuntimeException
Exception thrown by InputStreams.
See Also:
  • Field Details

  • 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.