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, getMessage
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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.