public class VerifyRuntimeException extends AbstractRuntimeException
VerifyMode is set to VerifyMode#VERFIYErrorCodeAccessor.ErrorCodeBuilder<B extends ErrorCodeAccessor.ErrorCodeBuilder<B>>, ErrorCodeAccessor.ErrorCodeMutator, ErrorCodeAccessor.ErrorCodeProperty| Constructor and Description |
|---|
VerifyRuntimeException(String aMessage)
Instantiates a new verify runtime exception.
|
VerifyRuntimeException(String aMessage,
String aErrorCode)
Instantiates a new verify runtime exception.
|
VerifyRuntimeException(String message,
Throwable cause)
Instantiates a new verify runtime exception.
|
VerifyRuntimeException(String aMessage,
Throwable aCause,
String aErrorCode)
Instantiates a new verify runtime exception.
|
VerifyRuntimeException(Throwable cause)
Instantiates a new verify runtime exception.
|
VerifyRuntimeException(Throwable aCause,
String aErrorCode)
Instantiates a new verify runtime exception.
|
getErrorCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic VerifyRuntimeException(String aMessage)
aMessage - the a messagepublic VerifyRuntimeException(String message, Throwable cause)
message - the messagecause - the causepublic VerifyRuntimeException(Throwable cause)
cause - the causepublic VerifyRuntimeException(String aMessage, String aErrorCode)
aMessage - the a messageaErrorCode - the a error codepublic VerifyRuntimeException(String aMessage, Throwable aCause, String aErrorCode)
aMessage - the a messageaCause - the a causeaErrorCode - the a error codeCopyright © 2017. All rights reserved.