class StoredException
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
message |
protected ServiceType |
platform |
private static long |
serialVersionUID |
protected java.lang.String |
stackTrace |
protected java.lang.String |
threadName |
| Constructor and Description |
|---|
StoredException() |
StoredException(ServiceType platform,
java.lang.String message,
java.lang.String threadName,
java.lang.String stackTrace) |
private static final long serialVersionUID
protected ServiceType platform
protected java.lang.String message
protected java.lang.String threadName
protected java.lang.String stackTrace
StoredException()
StoredException(ServiceType platform, java.lang.String message, java.lang.String threadName, java.lang.String stackTrace)