|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.ibm.di.server.ValidationException
public class ValidationException
Exception that show problem during validation.
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 |
---|
public ValidationException()
public ValidationException(String message, Throwable cause)
message
- to be set.cause
- for the exception.public ValidationException(String message)
message
- to be set.public ValidationException(Throwable cause)
cause
- for the exception.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |