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:
AmqpApplicationContextClosedException,AmqpAuthenticationException,AmqpConnectException,AmqpIllegalStateException,AmqpIOException,AmqpMessageReturnedException,AmqpRejectAndDontRequeueException,AmqpRemoteException,AmqpReplyTimeoutException,AmqpResourceNotAvailableException,AmqpTimeoutException,AmqpUnsupportedEncodingException,ImmediateAcknowledgeAmqpException,ImmediateRequeueAmqpException,MessageConversionException,UncategorizedAmqpException
Base RuntimeException for errors that occur when executing AMQP operations.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAmqpException(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
-
Constructor Details
-
AmqpException
-
AmqpException
-
AmqpException
-