Uses of Class
com.tangosol.util.WrapperException
-
Packages that use WrapperException Package Description com.tangosol.coherence.commonj Contains Coherence-based WorkManager implementation classes.com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperException in com.tangosol.coherence.commonj
Subclasses of WrapperException in com.tangosol.coherence.commonj Modifier and Type Class Description protected static classWorkManager.ScheduleWorkRejectedExceptionThe ScheduleWorkRejectedException is a WrapperException that carries the information about the rejected Work. -
Uses of WrapperException in com.tangosol.util
Methods in com.tangosol.util that return WrapperException Modifier and Type Method Description static WrapperExceptionWrapperException. ensure(Throwable e)Ensure a WrapperException from a Throwable object.static WrapperExceptionWrapperException. ensure(Throwable e, String s)Ensure a WrapperException from a Throwable object and an additional description.
-