public final class StreamErrorException extends XmppException
This class is immutable.
| Constructor and Description |
|---|
StreamErrorException(StreamError streamError)
Constructs a stanza exception.
|
| Modifier and Type | Method and Description |
|---|---|
StreamError |
getStreamError()
Gets the stream error.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamErrorException(StreamError streamError)
streamError - The underlying stream error.public final StreamError getStreamError()
Copyright © 2014–2015 XMPP.rocks. All rights reserved.