public static class XMPPException.StreamErrorException extends XMPPException
XMPPException.StreamErrorException, XMPPException.XMPPErrorException| Constructor and Description |
|---|
XMPPException.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 |
|---|---|
String |
getMessage() |
StreamError |
getStreamError()
Returns the StreamError associated with this exception.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic XMPPException.StreamErrorException(StreamError streamError)
streamError - the root cause of the exception.public StreamError getStreamError()
public String getMessage()
getMessage in class Throwable