|
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.ConcurrentUpdateException
public class ConcurrentUpdateException
This exception is thrown when the metadata API detects concurrent update on a metadata object.
| Constructor Summary | |
|---|---|
ConcurrentUpdateException()
Default constructor |
|
ConcurrentUpdateException(java.lang.String msg)
Constructor with a detailed message |
|
ConcurrentUpdateException(java.lang.String msg,
java.lang.Throwable cause)
Constructor to create the instance with an message and cause |
|
ConcurrentUpdateException(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 ConcurrentUpdateException()
public ConcurrentUpdateException(java.lang.String msg)
msg - - the detailed message associated with this exceptionpublic ConcurrentUpdateException(java.lang.Throwable cause)
cause - - the underlying cause for exception
public ConcurrentUpdateException(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 | |||||||||