public class AfterCompletionFailedException extends AmqpException
| Constructor and Description |
|---|
AfterCompletionFailedException(int syncStatus,
Throwable cause)
Construct an instance with the provided properties.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getSyncStatus()
Return the synchronization status.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AfterCompletionFailedException(int syncStatus,
Throwable cause)
syncStatus - the synchronization status.cause - the cause.