org.apache.camel.component.xmpp
Class RuntimeXmppException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
RuntimeXmppException(String message, org.jivesoftware.smack.XMPPException cause)
           
RuntimeXmppException(org.jivesoftware.smack.XMPPException cause)
           
 
Method Summary
 
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
 

Constructor Detail

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.