tigase.jaxmpp.core.client.exceptions
Class JaxmppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.jaxmpp.core.client.exceptions.JaxmppException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SaslModule.UnsupportedSaslMechanisms, Stanza.UnkownStanzaTypeException, XMLException, XMPPException
public class JaxmppException
- extends Exception
Base Exception class in library.
- Author:
- bmalkow
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JaxmppException
public JaxmppException()
JaxmppException
public JaxmppException(String message)
JaxmppException
public JaxmppException(String message,
Throwable cause)
JaxmppException
public JaxmppException(Throwable cause)
Copyright © 2006-2012 Tigase. All Rights Reserved.