com.ibm.di.server.validate
Class ValidationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.di.server.validate.ValidationException
All Implemented Interfaces:
Serializable

public class ValidationException
extends Exception

Exception that show problem during validation.

See Also:
Serialized Form

Constructor Summary
ValidationException()
          Constructor.
ValidationException(String message)
          Set message of the exception.
ValidationException(String message, Throwable cause)
          Constructor.
ValidationException(Throwable cause)
          Set exception that occurs the problem.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValidationException

public ValidationException()
Constructor.


ValidationException

public ValidationException(String message,
                           Throwable cause)
Constructor.

Parameters:
message - to be set.
cause - for the exception.

ValidationException

public ValidationException(String message)
Set message of the exception.

Parameters:
message - to be set.

ValidationException

public ValidationException(Throwable cause)
Set exception that occurs the problem.

Parameters:
cause - for the exception.