Spring AMQP

org.springframework.amqp
Class AmqpException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.amqp.AmqpException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmqpConnectException, AmqpIllegalStateException, AmqpIOException, AmqpUnsupportedEncodingException, FatalListenerExecutionException, FatalListenerStartupException, ImmediateAcknowledgeAmqpException, ListenerExecutionFailedException, MessageRejectedWhileStoppingException, UncategorizedAmqpException

public class AmqpException
extends RuntimeException

Base RuntimeException for errors that occur when executing AMQP operations.

Author:
Mark Fisher
See Also:
Serialized Form

Constructor Summary
AmqpException(String message)
           
AmqpException(String message, Throwable cause)
           
AmqpException(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(String message)

AmqpException

public AmqpException(Throwable cause)

AmqpException

public AmqpException(String message,
                     Throwable cause)

Spring AMQP

Copyright © 2011. All Rights Reserved.