|
||||||||
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.bea.alsb.financial.api.FinancialException
com.bea.alsb.financial.api.ValidationException
public class ValidationException
This exception is supposed to be thrown by the ValidationAPI
methods.
Constructor Summary | |
---|---|
ValidationException()
Empty constructor. |
|
ValidationException(String message)
Message-based constructor. |
|
ValidationException(String message,
Throwable cause)
Full constructor. |
|
ValidationException(Throwable cause)
Cause-based constructor. |
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ValidationException()
public ValidationException(String message)
message
- the error message.public ValidationException(Throwable cause)
cause
- the original exception causing the trouble.public ValidationException(String message, Throwable cause)
message
- the error message.cause
- the original exception causing the trouble.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |