| Package | Description |
|---|---|
| net.greghaines.jesque.utils |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ReflectionUtils.createObject(Class<T> clazz,
Object... args)
Create an object of the given type using a constructor that matches the supplied arguments.
|
static Throwable |
JesqueUtils.recreateThrowable(String type,
String message,
List<String> backtrace)
Recreate an exception from a type name, a message and a backtrace
(created from
JesqueUtils.createBacktrace(Throwable)). |
Copyright © 2011-2013. All Rights Reserved.