public class ValidationIntegrationException extends IntegrationException
FAILED state.| Constructor and Description |
|---|
ValidationIntegrationException(ErrorExtEnum error)
Creates validation exception with the specified error code.
|
ValidationIntegrationException(ErrorExtEnum error,
String msg)
Creates validation exception with the specified error code and message.
|
ValidationIntegrationException(ErrorExtEnum error,
String msg,
Throwable cause)
Creates validation exception with the specified error code, message and cause.
|
ValidationIntegrationException(String msg)
Creates validation exception with the message and
InternalErrorEnum.E102 error code. |
getError, getMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationIntegrationException(String msg)
InternalErrorEnum.E102 error code.msg - the messagepublic ValidationIntegrationException(ErrorExtEnum error)
error - the error codepublic ValidationIntegrationException(ErrorExtEnum error, String msg)
error - the error codemsg - the messagepublic ValidationIntegrationException(ErrorExtEnum error, @Nullable String msg, @Nullable Throwable cause)
error - the error codemsg - the messagecause - the throwable that caused this exceptionCopyright © 2016. All rights reserved.