public class ErrorInformation extends Object implements Serializable
| Constructor and Description |
|---|
ErrorInformation(Long code,
String message,
String diagnosticInformation) |
| Modifier and Type | Method and Description |
|---|---|
Long |
getCode() |
String |
getDiagnosticInformation() |
String |
getMessage() |
String |
toString() |