protected static class WorkManager.ScheduleWorkRejectedException extends WrapperException
| Modifier | Constructor and Description |
|---|---|
protected |
ScheduleWorkRejectedException(long lWorkId,
String sMsg)
Construct the ScheduleWorkRejectedException for a given Work id with a
specified detail message.
|
protected |
ScheduleWorkRejectedException(long lWorkId,
Throwable eReason)
Construct the ScheduleWorkRejectedException for a given Work id and the
original cause exception.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getWorkId()
Return a rejected Work id.
|
ensure, ensure, getLocalizedMessage, getMessage, getOriginalException, getRootCause, getWrapper, toStringaddSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceprotected ScheduleWorkRejectedException(long lWorkId,
Throwable eReason)
lWorkId - the Work ideReason - the actual cause exceptionprotected ScheduleWorkRejectedException(long lWorkId,
String sMsg)
lWorkId - the Work idsMsg - the additional description