Package tigase.xmpp
Class XMPPException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.xmpp.XMPPException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
LocalhostException,NoConnectionIdException,NotAuthorizedException,NotLocalhostException,PacketErrorTypeException,RepositoryAccessException,RosterRetrievingException,XMPPProcessorException
public class XMPPException extends java.lang.ExceptionBase 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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description XMPPException()XMPPException(java.lang.String message)XMPPException(java.lang.String message, java.lang.Throwable cause)XMPPException(java.lang.Throwable cause)
-