Package com.ibm.di.server.validate
Class ValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.ibm.di.server.validate.ValidationException
-
- All Implemented Interfaces:
java.io.Serializable
public class ValidationException extends java.lang.Exception
Exception that show problem during validation.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException()
Constructor.ValidationException(java.lang.String message)
Set message of the exception.ValidationException(java.lang.String message, java.lang.Throwable cause)
Constructor.ValidationException(java.lang.Throwable cause)
Set exception that occurs the problem.
-
-
-
Constructor Detail
-
ValidationException
public ValidationException()
Constructor.
-
ValidationException
public ValidationException(java.lang.String message, java.lang.Throwable cause)
Constructor.- Parameters:
message
- to be set.cause
- for the exception.
-
ValidationException
public ValidationException(java.lang.String message)
Set message of the exception.- Parameters:
message
- to be set.
-
ValidationException
public ValidationException(java.lang.Throwable cause)
Set exception that occurs the problem.- Parameters:
cause
- for the exception.
-
-