public class LockAcquisitionFailedException extends AxonTransientException
| Constructor and Description | 
|---|
LockAcquisitionFailedException(String message)
Initialize the exception with given  
message. | 
LockAcquisitionFailedException(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 LockAcquisitionFailedException(String message, Throwable cause)
message and causemessage - The message describing the exceptioncause - The underlying cause of the exceptionpublic LockAcquisitionFailedException(String message)
message.message - The message describing the exceptionCopyright © 2010–2018. All rights reserved.