Package org.springframework.amqp
Class AmqpTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.AmqpTimeoutException
- All Implemented Interfaces:
Serializable
Exception thrown when some time-bound operation fails to execute in the
desired time.
- Since:
- 1.4.2
- Author:
- Gary Russell
- See Also:
-
Constructor Summary
ConstructorDescriptionAmqpTimeoutException
(String message) AmqpTimeoutException
(String message, Throwable cause) AmqpTimeoutException
(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
-
AmqpTimeoutException
-
AmqpTimeoutException
-
AmqpTimeoutException
-