public static class IgniteExceptionRegistry.ExceptionInfo extends Object implements Serializable
| Constructor and Description |
|---|
IgniteExceptionRegistry.ExceptionInfo(long order,
Throwable error,
String msg,
long threadId,
String threadName,
long time)
Constructor.
|
public IgniteExceptionRegistry.ExceptionInfo(long order,
Throwable error,
String msg,
long threadId,
String threadName,
long time)
order - Locally unique ID that is atomically incremented for each new error.error - Suppressed error.msg - Message that describe reason why error was suppressed.threadId - Thread ID.threadName - Thread name.time - Occurrence time.public long order()
public String message()
public Throwable error()
public long threadId()
public String threadName()
public long time()
Follow @ApacheIgnite
Ignite Fabric : ver. 1.4.0 Release Date : September 24 2015