public class UnableToClaimTokenException extends AxonTransientException
Processes may retry obtaining the claim, preferably after a brief waiting period.
| Constructor and Description | 
|---|
UnableToClaimTokenException(String message)
Initialize the exception with given  
message. | 
UnableToClaimTokenException(String message,
                           Throwable cause)
Initialize the exception with given  
message and cause. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnableToClaimTokenException(String message)
message.message - The message describing the exceptionCopyright © 2010–2018. All rights reserved.