ValidationException
public class ValidationException extends L10NMessageImpl
Constructor and Description |
---|
ValidationException(String msg)
Deprecated.
Creates an instance of Validation Exception.
|
ValidationException(String rbName,
String errorCode)
Deprecated.
Creates an instance of Validation Exception.
|
ValidationException(Throwable t)
Deprecated.
Creates an instance of Validation Exception.
|
getErrorCode, getL10NMessage, getMessage, getMessageArgs, getResourceBundleName
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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–2025 Open Identity Platform Community. All rights reserved.