tigase.jaxmpp.core.client
Class XMPPException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.jaxmpp.core.client.exceptions.JaxmppException
tigase.jaxmpp.core.client.XMPPException
- All Implemented Interfaces:
- Serializable
public class XMPPException
- extends JaxmppException
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
XMLNS
public static final String XMLNS
- See Also:
- Constant Field Values
XMPPException
public XMPPException(XMPPException.ErrorCondition condition)
XMPPException
public XMPPException(XMPPException.ErrorCondition condition,
String message)
XMPPException
public XMPPException(XMPPException.ErrorCondition condition,
String message,
Throwable caught)
XMPPException
public XMPPException(XMPPException.ErrorCondition condition,
Throwable caught)
getXmlns
public static String getXmlns()
getCondition
public XMPPException.ErrorCondition getCondition()
Copyright © 2006-2012 Tigase. All Rights Reserved.