org.springframework.amqp
Class ImmediateAcknowledgeAmqpException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.amqp.AmqpException
org.springframework.amqp.ImmediateAcknowledgeAmqpException
- All Implemented Interfaces:
- Serializable
public class ImmediateAcknowledgeAmqpException
- extends AmqpException
Special exception for listener implementations that want to signal that the current batch of messages should be
acknowledged immediately (i.e. as soon as possible) without rollback, and without consuming any more messages.
- Author:
- Dave Syer
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ImmediateAcknowledgeAmqpException
public ImmediateAcknowledgeAmqpException(String message)
ImmediateAcknowledgeAmqpException
public ImmediateAcknowledgeAmqpException(Throwable cause)
ImmediateAcknowledgeAmqpException
public ImmediateAcknowledgeAmqpException(String message,
Throwable cause)
Copyright © 2011. All Rights Reserved.