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.
|
public StreamErrorException(StreamError streamError)
streamError - the root cause of the exception.public StreamError getStreamError()