Package | Description |
---|---|
com.tangosol.util |
Contains various generic utilities.
|
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.
|