|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectjava.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,
String sMsg)
Construct the ScheduleWorkRejectedException for a given Work id with a specified detail message. |
protected |
WorkManager.ScheduleWorkRejectedException(long lWorkId,
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, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getStackTrace, initCause, setStackTrace |
| Constructor Detail |
|---|
protected WorkManager.ScheduleWorkRejectedException(long lWorkId,
Throwable eReason)
lWorkId - the Work ideReason - the actual cause exception
protected WorkManager.ScheduleWorkRejectedException(long lWorkId,
String sMsg)
lWorkId - the Work idsMsg - the additional description| Method Detail |
|---|
public long getWorkId()
|
CoherenceTM v3.3 Copyright© 2000-2007 by Oracle Corporation |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||