|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| 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.ConstraintException
public class ConstraintException
This exception class is thrown to violation of a system enforced constraint
| Constructor Summary | |
|---|---|
ConstraintException()
Constructor |
|
ConstraintException(java.lang.String msg)
Constructor with a detailed message. |
|
ConstraintException(java.lang.String msg,
java.lang.Throwable cause)
Constructor with a detailed message and underlying cause. |
|
ConstraintException(java.lang.Throwable cause)
Constructor with the underlying 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 ConstraintException()
public ConstraintException(java.lang.String msg)
msg - - the associated detailed messagepublic ConstraintException(java.lang.Throwable cause)
cause - - the underlying cause for exception.
public ConstraintException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message for the exception.cause - - underlying cause for the exception.
|
Oracle Fusion Applications Java API Reference for Oracle Enterprise Scheduler Service 11g Release 1 (11.1.1.5) E20742-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||