|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
oracle.as.scheduler.ValidationException
public class ValidationException
Exception class thrown to indicate failures in metadata object validations before persisting into the metadata repository.
| Constructor Summary | |
|---|---|
ValidationException()
Default constructor |
|
ValidationException(java.lang.String msg)
Constructor with a detailed message |
|
ValidationException(java.lang.String msg,
java.lang.Throwable cause)
Constructor to create the instance with an message and cause |
|
ValidationException(java.lang.Throwable cause)
Constructor that creates the instance based on a cause |
|
| 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(java.lang.String msg)
msg - - the detailed message associated with this exceptionpublic ValidationException(java.lang.Throwable cause)
cause - - the underlying cause for exception
public ValidationException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message to be associated with the exceptioncause - - the underlying cause.
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.6) E20742-03 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||