public class Helper extends Object
Constructor | Description |
---|---|
Helper() |
Modifier and Type | Method | 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()