Package tigase.xmpp

Class XMPPException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LocalhostException, NoConnectionIdException, NotAuthorizedException, NotLocalhostException, PacketErrorTypeException, RepositoryAccessException, RosterRetrievingException, XMPPProcessorException

public class XMPPException extends Exception
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 Details

    • XMPPException

      public XMPPException()
    • XMPPException

      public XMPPException(String message)
    • XMPPException

      public XMPPException(String message, Throwable cause)
    • XMPPException

      public XMPPException(Throwable cause)