public static class XMPPException.StreamErrorException extends XMPPException
XMPPException.StreamErrorException, XMPPException.XMPPErrorException| Constructor and Description |
|---|
StreamErrorException(StreamError streamError)
Creates a new XMPPException with the stream error that was the root case of the
exception.
|
| Modifier and Type | Method and Description |
|---|---|
StreamError |
getStreamError()
Returns the StreamError associated with this exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StreamErrorException(StreamError streamError)
streamError - the root cause of the exception.public StreamError getStreamError()