public class UESErrorResponse
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.util.List<UESErrorAttribute> | 
attributes
List of exception attributes. 
 | 
private java.lang.String | 
code
Exception code (unique per error type). 
 | 
private java.lang.String | 
errorCode
Exception error code. 
 | 
private java.lang.String | 
errorCodeClass
Exception error code type. 
 | 
private java.util.List<UESErrorMessage> | 
errorMessages
List of exception messages. 
 | 
private java.lang.String | 
exceptionClass
Exception type. 
 | 
private java.lang.String | 
id
Exception id (unique per instance). 
 | 
private java.lang.String | 
stackTrace
Exception stack trace. 
 | 
| Constructor and Description | 
|---|
UESErrorResponse()
Creates new instance of UESErrorResponse. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
toString()  |