com.caucho.amqp
Class AmqpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.caucho.amqp.AmqpException
All Implemented Interfaces:
java.io.Serializable

public class AmqpException
extends java.lang.RuntimeException

AMQP exception

See Also:
Serialized Form

Constructor Summary
AmqpException()
           
AmqpException(java.lang.String msg)
           
AmqpException(java.lang.String msg, java.lang.Throwable cause)
           
AmqpException(java.lang.Throwable 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

AmqpException

public AmqpException()

AmqpException

public AmqpException(java.lang.String msg)

AmqpException

public AmqpException(java.lang.String msg,
                     java.lang.Throwable cause)

AmqpException

public AmqpException(java.lang.Throwable cause)