public class ConfigureException extends InitializeException implements ContextAccessor
ContextAccessor.ContextBuilder<CTX,B extends ContextAccessor.ContextBuilder<CTX,B>>, ContextAccessor.ContextMutator<CTX>, ContextAccessor.ContextProperty<CTX>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 |
|---|
ConfigureException(Object aContext,
String message)
Instantiates a new configure exception.
|
ConfigureException(Object aContext,
String aMessage,
String aErrorCode)
Instantiates a new configure exception.
|
ConfigureException(Object aContext,
String message,
Throwable cause)
Instantiates a new configure exception.
|
ConfigureException(Object aContext,
String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new configure exception.
|
ConfigureException(Object aContext,
Throwable cause)
Instantiates a new configure exception.
|
ConfigureException(Object aContext,
Throwable aCause,
String aErrorCode)
Instantiates a new configure exception.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getContext()
Retrieves the context from the context property.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ConfigureException(Object aContext, String aMessage, String aErrorCode)
aContext - the a contextaMessage - the a messageaErrorCode - the a error codepublic ConfigureException(Object aContext, String aMessage, Throwable aCause, String aErrorCode)
aContext - the a contextaMessage - the a messageaCause - the a causeaErrorCode - the a error codepublic ConfigureException(Object aContext, String message, Throwable cause)
aContext - the a contextmessage - the messagecause - the causepublic ConfigureException(Object aContext, String message)
aContext - the a contextmessage - the messagepublic ConfigureException(Object aContext, Throwable aCause, String aErrorCode)
aContext - the a contextaCause - the a causeaErrorCode - the a error codepublic Object getContext()
getContext in interface ContextAccessorCopyright © 2017. All rights reserved.