Class InputStreamsException

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