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 |
|---|---|
java.lang.String |
getMessage() |
StreamError |
getStreamError()
Returns the StreamError associated with this exception.
|
java.lang.String |
toString() |
public XMPPException.StreamErrorException(StreamError streamError)
streamError - the root cause of the exception.public StreamError getStreamError()
public java.lang.String getMessage()
getMessage in class java.lang.Throwablepublic java.lang.String toString()
toString in class java.lang.Throwable