Class StreamException

    • Constructor Detail

      • StreamException

        public StreamException()
      • StreamException

        public StreamException​(String message)
        Parameters:
        message - String; the description of the exception.
      • StreamException

        public StreamException​(Throwable cause)
        Parameters:
        cause - Throwable; the earlier exception on which this exception is based.
      • StreamException

        public StreamException​(String message,
                               Throwable cause)
        Parameters:
        message - String; the description of the exception.
        cause - Throwable; the earlier exception on which this exception is based.
      • StreamException

        public StreamException​(String message,
                               Throwable cause,
                               boolean enableSuppression,
                               boolean writableStackTrace)
        Parameters:
        message - String; the description of the exception.
        cause - Throwable; the earlier exception on which this exception is based.
        enableSuppression - boolean; ..
        writableStackTrace - boolean; ..