public class ValidationException extends L10NMessageImpl
| Constructor and Description |
|---|
ValidationException(String msg)
Creates an instance of Validation Exception.
|
ValidationException(String rbName,
String errorCode)
Creates an instance of Validation Exception.
|
ValidationException(Throwable t)
Creates an instance of Validation Exception.
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleNameaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ValidationException(String msg)
msg - message of the exceptionpublic ValidationException(String rbName, String errorCode)
rbName - Resource bundle name of the error message.errorCode - Key of the error message in the resource bundle.public ValidationException(Throwable t)
t - Root cause of this exception.Copyright © 2010–2023 Open Identity Platform Community. All rights reserved.