public final class StreamException extends XmppException
| Constructor and Description |
|---|
StreamException(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 StreamException(StreamError streamError)
streamError - The underlying stream error.public StreamError getStreamError()
Copyright © 2014 XMPP.rocks. All rights reserved.