Package org.springframework.amqp
Class AmqpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AfterCompletionFailedException,AmqpApplicationContextClosedException,AmqpAuthenticationException,AmqpConnectException,AmqpIllegalStateException,AmqpIOException,AmqpMessageReturnedException,AmqpNackReceivedException,AmqpRejectAndDontRequeueException,AmqpRemoteException,AmqpReplyTimeoutException,AmqpResourceNotAvailableException,AmqpTimeoutException,AmqpUnsupportedEncodingException,AutoRecoverConnectionNotCurrentlyOpenException,ConsumeOkNotReceivedException,FatalListenerExecutionException,FatalListenerStartupException,ImmediateAcknowledgeAmqpException,ImmediateRequeueAmqpException,ListenerExecutionFailedException,MessageConversionException,MessageRejectedWhileStoppingException,ReplyFailureException,StreamSendException,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
Constructors Constructor Description AmqpException(String message)AmqpException(String message, Throwable cause)AmqpException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-