Package tigase.xmpp
Class XMPPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
LocalhostException
,NoConnectionIdException
,NotAuthorizedException
,NotLocalhostException
,PacketErrorTypeException
,RepositoryAccessException
,RosterRetrievingException
,XMPPProcessorException
Base exception type used for other eceptions defined for XMPP protocol. This type and all descendants are
thrown by this package runtime.
Created: Sat Oct 30 08:38:18 2004
- Author:
- Artur Hefczyc
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXMPPException
(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
-
Constructor Details
-
XMPPException
public XMPPException() -
XMPPException
-
XMPPException
-
XMPPException
-