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:
- NotAuthorizedException, PacketErrorTypeException
public class XMPPException
- extends java.lang.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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
XMPPException
public XMPPException()
XMPPException
public XMPPException(java.lang.String message)
XMPPException
public XMPPException(java.lang.String message,
java.lang.Throwable cause)
XMPPException
public XMPPException(java.lang.Throwable cause)
Copyright © 2008 Tigase. All Rights Reserved.