|
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
oracle.as.scheduler.ExecutionErrorException
oracle.as.scheduler.ExecutionBizErrorException
public final class ExecutionBizErrorException
Exception used by the Executable interface to indicate a business error condition was encountered during execution.
Executable, Serialized Form| Constructor Summary | |
|---|---|
ExecutionBizErrorException()Constructs a new exception with null detail message. |
|
ExecutionBizErrorException(java.lang.String message)Constructs a new exception with the specified detail message. |
|
ExecutionBizErrorException(java.lang.String message, java.lang.Throwable cause)Constructs a new exception with the specified detail message and cause. |
|
ExecutionBizErrorException(java.lang.Throwable cause)Constructs a new exception with the specified 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 ExecutionBizErrorException()
null detail message. The cause is not initialized.public ExecutionBizErrorException(java.lang.String message)
message - the detail message. This can be retrieved by the getMessage method.
public ExecutionBizErrorException(java.lang.String message,
java.lang.Throwable cause)
message - the detail message. This can be retrieved by the getMessage method.cause - the cause. This can be retrieved by the getCause method.public ExecutionBizErrorException(java.lang.Throwable cause)
null.
cause - the cause. This can be retrieved by the getCause method.
|
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 | |||||||||