public class LockedException extends AbstractException implements Serializable
org.refcodes.mixin.Lockable in the
refcodes-mixin artifact).| Modifier and Type | Class and Description |
|---|---|
static class |
LockedException.LockedRuntimeException
Thrown in case an instance being locked is still being accessed in a
modifying way (see
org.refcodes.mixin.Lockable in the
refcodes-mixin artifact). |
ErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
LockedException(String message)
Instantiates a new locked exception.
|
LockedException(String aMessage,
String aErrorCode)
Instantiates a new locked exception.
|
LockedException(String message,
Throwable cause)
Instantiates a new locked exception.
|
LockedException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new locked exception.
|
LockedException(Throwable cause)
Instantiates a new locked exception.
|
LockedException(Throwable aCause,
String aErrorCode)
Instantiates a new locked exception.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LockedException(String aMessage, String aErrorCode)
aMessage - the a messageaErrorCode - the a error codepublic LockedException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic LockedException(String message, Throwable cause)
message - the messagecause - the causepublic LockedException(String message)
message - the messagepublic LockedException(Throwable aCause, String aErrorCode)
aCause - the a causeaErrorCode - the a error codepublic LockedException(Throwable cause)
cause - the causeCopyright © 2017. All rights reserved.