Package rocks.xmpp.core.stream
Class StreamNegotiationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rocks.xmpp.core.XmppException
-
- rocks.xmpp.core.stream.StreamNegotiationException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
public class StreamNegotiationException extends XmppException
An exception which indicates a failure during stream negotiation, e.g. if TLS or SASL negotiation or compression or resource binding fails.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StreamNegotiationException(String message)
StreamNegotiationException(String message, Throwable cause)
StreamNegotiationException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-