Serializablepublic static class CeaseException.CeaseRuntimeException extends ComponentRuntimeException
CeaseException.org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B extends org.refcodes.exception.ErrorCodeAccessor.ErrorCodeBuilder<B>>, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeMutator, org.refcodes.exception.ErrorCodeAccessor.ErrorCodeProperty| Constructor | Description |
|---|---|
CeaseRuntimeException(String message) |
Instantiates a new cease exception.
|
CeaseRuntimeException(String aMessage,
String aErrorCode) |
Instantiates a new cease exception.
|
CeaseRuntimeException(String message,
Throwable cause) |
Instantiates a new cease exception.
|
CeaseRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode) |
Instantiates a new cease exception.
|
CeaseRuntimeException(Throwable cause) |
Instantiates a new cease exception.
|
CeaseRuntimeException(Throwable aCause,
String aErrorCode) |
Instantiates a new cease exception.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CeaseRuntimeException(String aMessage, String aErrorCode)
aMessage - the messageaErrorCode - the error codepublic CeaseRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the messageaCause - the causeaErrorCode - the error codepublic CeaseRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic CeaseRuntimeException(String message)
message - the messagepublic CeaseRuntimeException(Throwable aCause, String aErrorCode)
aCause - the causeaErrorCode - the error codepublic CeaseRuntimeException(Throwable cause)
cause - the causeCopyright © 2018. All rights reserved.