public abstract class CommandRuntimeException
extends org.refcodes.exception.AbstractException
org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
CommandRuntimeException(String message)
Instantiates a new command runtime exception.
|
CommandRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new command runtime exception.
|
CommandRuntimeException(String message,
Throwable cause)
Instantiates a new command runtime exception.
|
CommandRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new command runtime exception.
|
CommandRuntimeException(Throwable cause)
Instantiates a new command runtime exception.
|
CommandRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new command runtime exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandRuntimeException(String aMessage, String aErrorCode)
aMessage - the a messageaErrorCode - the a error codepublic CommandRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic CommandRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic CommandRuntimeException(String message)
message - the messagepublic CommandRuntimeException(Throwable aCause, String aErrorCode)
aCause - the a causeaErrorCode - the a error codepublic CommandRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.