Class AfterCompletionFailedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.springframework.amqp.AmqpException
-
- org.springframework.amqp.rabbit.connection.AfterCompletionFailedException
-
- All Implemented Interfaces:
java.io.Serializable
public class AfterCompletionFailedException extends org.springframework.amqp.AmqpExceptionRepresents a failure to commit or rollback when performing afterCompletion after the primary transaction completes.- Since:
- 2.4
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AfterCompletionFailedException(int syncStatus, java.lang.Throwable cause)Construct an instance with the provided properties.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetSyncStatus()Return the synchronization status.
-