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, toString
public LockAcquisitionFailedException(String message, Throwable cause)
message
and cause
message
- The message describing the exceptioncause
- The underlying cause of the exceptionpublic LockAcquisitionFailedException(String message)
message
.message
- The message describing the exceptionCopyright © 2010–2019. All rights reserved.