tigase.jaxmpp.core.client
Class XMPPException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.jaxmpp.core.client.exceptions.JaxmppException
              extended by tigase.jaxmpp.core.client.XMPPException
All Implemented Interfaces:
Serializable

public class XMPPException
extends JaxmppException

See Also:
Serialized Form

Nested Class Summary
static class XMPPException.ErrorCondition
           
 
Field Summary
static String XMLNS
           
 
Constructor Summary
XMPPException(XMPPException.ErrorCondition condition)
           
XMPPException(XMPPException.ErrorCondition condition, String message)
           
XMPPException(XMPPException.ErrorCondition condition, String message, Throwable caught)
           
XMPPException(XMPPException.ErrorCondition condition, Throwable caught)
           
 
Method Summary
 XMPPException.ErrorCondition getCondition()
           
static String getXmlns()
           
 
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
 

Field Detail

XMLNS

public static final String XMLNS
See Also:
Constant Field Values
Constructor Detail

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)
Method Detail

getXmlns

public static String getXmlns()

getCondition

public XMPPException.ErrorCondition getCondition()


Copyright © 2006-2012 Tigase. All Rights Reserved.