|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.as.scheduler.SchedulerException
public class SchedulerException
Base class for Enterprise Scheduler Service exceptions. This can be used as a generic exception class if any specific exception class cannot be used.
| Constructor Summary | |
|---|---|
SchedulerException()Default constructor |
|
SchedulerException(java.lang.String msg)Constructor with a detailed message |
|
SchedulerException(java.lang.String msg, java.lang.Throwable cause)Constructor to create the instance with an message and cause |
|
SchedulerException(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 SchedulerException()
public SchedulerException(java.lang.String msg)
msg - - the detailed message associated with this exceptionpublic SchedulerException(java.lang.Throwable cause)
cause - - the underlying cause for exception
public SchedulerException(java.lang.String msg,
java.lang.Throwable cause)
msg - - the detailed message to be associated with the exceptioncause - - the underlying cause.
|
Oracle Enterprise Scheduler Java API Reference 11g Release 1 (11.1.1.7) E26229-06 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||