Package | Description |
---|---|
com.tangosol.coherence.commonj |
Contains Coherence-based WorkManager implementation classes.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
protected static class |
WorkManager.ScheduleWorkRejectedException
The ScheduleWorkRejectedException is a WrapperException that carries the
information about the rejected Work.
|
Modifier and Type | Method and Description |
---|---|
static WrapperException |
WrapperException.ensure(Throwable e)
Ensure a WrapperException from a Throwable object.
|
static WrapperException |
WrapperException.ensure(Throwable e,
String s)
Ensure a WrapperException from a Throwable object and an additional
description.
|