public class ValidationException
extends oracle.iam.platform.kernel.OrchestrationException
Constructor and Description |
---|
ValidationException()
Constructs a new validation exception with null as its detail message.
|
ValidationException(java.lang.String message)
Constructs a new validation exception with the specified detail message.
|
ValidationException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new validation exception with the specified detail message and cause.
|
ValidationException(java.lang.Throwable cause)
Constructs a new validation exception with the specified cause.
|
getPid, getProcessID, setPid, setProcessID
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
public ValidationException()
public ValidationException(java.lang.String message)
message
- the detail messagepublic ValidationException(java.lang.String message, java.lang.Throwable cause)
message
- the detail messagecause
- the causepublic ValidationException(java.lang.Throwable cause)
cause
- the cause