public static class IgniteExceptionRegistry.ExceptionInfo extends Object implements Serializable
| Constructor and Description |
|---|
ExceptionInfo(long order,
Throwable error,
String msg,
long threadId,
String threadName,
long time)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Throwable |
error() |
String |
message() |
long |
order() |
long |
threadId() |
String |
threadName() |
long |
time() |
String |
toString() |
public 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. 2.6.0 Release Date : July 10 2018