public class ValidationException
extends java.lang.RuntimeException
Constructor and Description |
---|
ValidationException()
Construct a
ValidationException with no default
message. |
ValidationException(java.lang.String message)
Construct a
ValidationException with a default
message. |
ValidationException(java.lang.String message,
java.lang.Throwable cause)
Construct a
ValidationException with a detail message
and the cause. |
ValidationException(java.lang.Throwable cause)
Construct a
ValidationException with the actual
cause of the exception. |
public ValidationException()
ValidationException
with no default
message.public ValidationException(java.lang.String message)
ValidationException
with a default
message.message
- the detail message.public ValidationException(java.lang.Throwable cause)
ValidationException
with the actual
cause of the exception.cause
- the actual cause of the exception. This could be
NULL
in which case the actual cause of the exception
is unknown.public ValidationException(java.lang.String message, java.lang.Throwable cause)
ValidationException
with a detail message
and the cause.message
- the detail message.cause
- the cause of the exception.<IBM Copyright © 2018 IBM Corp. All Rights Reserved.