tigase.xmpp
Class XMPPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.xmpp.XMPPException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- NoConnectionIdException, NotAuthorizedException, PacketErrorTypeException
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
- Version:
- $Rev: 630 $
- Author:
- Artur Hefczyc
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMPPException
public XMPPException()
XMPPException
public XMPPException(String message)
XMPPException
public XMPPException(String message,
Throwable cause)
XMPPException
public XMPPException(Throwable cause)
Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.