public class ExceptionRecordDto
extends Object
-
-
Constructor Summary
Constructors
| Constructor |
Description |
ExceptionRecordDto(String id,
Date created,
String serviceName,
String serverName,
String stackTrace,
String type,
String appVersion,
String exceptionLocation,
String methodName,
Integer lineNumber,
String callOrigin) |
|
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
-
public final Date created
-
public final String serviceName
-
public final String serverName
-
public final String stackTrace
-
-
public final String appVersion
-
public final String exceptionLocation
-
public final String methodName
-
-
public final String callOrigin
-
Constructor Details
-
public ExceptionRecordDto(
String id,
Date created,
String serviceName,
String serverName,
String stackTrace,
String type,
String appVersion,
String exceptionLocation,
String methodName,
Integer lineNumber,
String callOrigin)