Package org.springframework.amqp
Class ImmediateRequeueAmqpException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.ImmediateRequeueAmqpException
-
- All Implemented Interfaces:
Serializable
public class ImmediateRequeueAmqpException extends AmqpException
The specialAmqpException
to be thrown from the listener (e.g. retry recoverer callback) torequeue
failed message.- Since:
- 2.1
- Author:
- Artem Bilan
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImmediateRequeueAmqpException(String message)
ImmediateRequeueAmqpException(String message, Throwable cause)
ImmediateRequeueAmqpException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-