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