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:
java.io.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(java.lang.String message)
ImmediateRequeueAmqpException(java.lang.String message, java.lang.Throwable cause)
ImmediateRequeueAmqpException(java.lang.Throwable cause)
-
-
-
Constructor Detail
-
ImmediateRequeueAmqpException
public ImmediateRequeueAmqpException(java.lang.String message)
-
ImmediateRequeueAmqpException
public ImmediateRequeueAmqpException(java.lang.Throwable cause)
-
ImmediateRequeueAmqpException
public ImmediateRequeueAmqpException(java.lang.String message, java.lang.Throwable cause)
-
-