Class StreamException

    • Constructor Detail

      • StreamException

        public StreamException()
        Constructor.
      • StreamException

        public StreamException​(String message)
        Constructor.
        Parameters:
        message - exception message
      • StreamException

        public StreamException​(Throwable cause)
        Constructor.
        Parameters:
        cause - exception cause
      • StreamException

        public StreamException​(String message,
                               Throwable cause)
        Constructor.
        Parameters:
        message - exception message
        cause - exception cause