public final class StreamErrorException extends StreamErrorException
Represents a stream error.
StreamError,
4.9. Stream Errors,
Serialized Form| Constructor and Description |
|---|
StreamErrorException(StreamError streamError)
Constructs a stanza exception.
|
StreamErrorException(StreamError streamError,
java.lang.Throwable cause)
Constructs a stream error exception with a cause.
|
getCondition, getErrorpublic StreamErrorException(StreamError streamError)
Constructs a stanza exception.
streamError - The underlying stream error.public StreamErrorException(StreamError streamError, java.lang.Throwable cause)
Constructs a stream error exception with a cause.
streamError - The underlying stream error.cause - The cause.Copyright © 2014–2019 XMPP.rocks. All rights reserved.