Uses of Class
com.tangosol.util.WrapperException
-
Packages that use WrapperException Package Description com.tangosol.util Contains various generic utilities. -
-
Uses of WrapperException in com.tangosol.util
Methods in com.tangosol.util that return WrapperException Modifier and Type Method 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.
-