Class StreamErrorException

    • Constructor Detail

      • StreamErrorException

        public StreamErrorException​(StreamError streamError)
        Constructs a stanza exception.
        Parameters:
        streamError - The underlying stream error.
      • StreamErrorException

        public StreamErrorException​(StreamError streamError,
                                    Throwable cause)
        Constructs a stream error exception with a cause.
        Parameters:
        streamError - The underlying stream error.
        cause - The cause.