public class Helper extends Object
| Constructor and Description |
|---|
Helper() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getCurrentTimeMillis()
Common method for getting current time to make it easy to change time lookup.
|
static Throwable |
unwrap(Throwable throwable)
Unwraps a potentially Coherence
WrapperException or
PortableException to produce the underlying Throwable. |
public static Throwable unwrap(Throwable throwable)
WrapperException or
PortableException to produce the underlying Throwable.public static long getCurrentTimeMillis()