public class IllegalLockUsageException extends AxonNonTransientException
| Constructor and Description |
|---|
IllegalLockUsageException(String message)
Initialize the exception with given
message. |
IllegalLockUsageException(String message,
Throwable cause)
Initialize the exception with given
message and cause |
isCauseOfaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IllegalLockUsageException(String message, Throwable cause)
message and causemessage - The message describing the exceptioncause - The underlying cause of the exceptionpublic IllegalLockUsageException(String message)
message.message - The message describing the exceptionCopyright © 2010-2014. All Rights Reserved.