Package rocks.xmpp.core
Class XmppException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- rocks.xmpp.core.XmppException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BoshException
,ConnectionException
,FileTransferRejectedException
,NoResponseException
,StanzaErrorException
,StreamErrorException
,StreamNegotiationException
public class XmppException extends Exception
This is the base class for all kind of XMPP related exceptions.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XmppException()
XmppException(String message)
XmppException(String message, Throwable cause)
XmppException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-