org.apache.camel.component.xmpp
Class RuntimeXmppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.component.xmpp.RuntimeXmppException
- All Implemented Interfaces:
- Serializable
public class RuntimeXmppException
- extends RuntimeException
A runtime exception thrown if sending or receiving from XMPP fails
- Version:
- $Revision:520964 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
RuntimeXmppException
public RuntimeXmppException(org.jivesoftware.smack.XMPPException cause)
RuntimeXmppException
public RuntimeXmppException(String message,
org.jivesoftware.smack.XMPPException cause)
Copyright © 2007 Apache Software Foundation. All Rights Reserved.