|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| 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
java.lang.RuntimeException
com.tangosol.util.WrapperException
com.tangosol.coherence.commonj.WorkManager.ScheduleWorkRejectedException
protected static class WorkManager.ScheduleWorkRejectedException
The ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work.
| Constructor Summary | |
|---|---|
protected |
WorkManager.ScheduleWorkRejectedException(long lWorkId, java.lang.String sMsg)Construct the ScheduleWorkRejectedException for a given Work id with a specified detail message. |
protected |
WorkManager.ScheduleWorkRejectedException(long lWorkId, java.lang.Throwable eReason)Construct the ScheduleWorkRejectedException for a given Work id and the original cause exception. |
| Method Summary | |
|---|---|
long |
getWorkId()Return a rejected Work id. |
| Methods inherited from class com.tangosol.util.WrapperException |
|---|
getLocalizedMessage, getMessage, getOriginalException, getWrapper, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Constructor Detail |
|---|
protected WorkManager.ScheduleWorkRejectedException(long lWorkId,
java.lang.Throwable eReason)
lWorkId - the Work ideReason - the actual cause exception
protected WorkManager.ScheduleWorkRejectedException(long lWorkId,
java.lang.String sMsg)
lWorkId - the Work idsMsg - the additional description| Method Detail |
|---|
public long getWorkId()
|
Oracle® Coherence Java API Reference Release 3.7.1.0 E22843-01 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||