public class ErrorDTO extends Object
Modifier and Type | Field and Description |
---|---|
String |
code
The error code.
|
String |
message
The message associated with the error.
|
List<Object> |
other
To hold any other non-matching XML elements
|
String |
resource
The resource being access which caused the error
|
Constructor and Description |
---|
ErrorDTO() |
Copyright © 2005–2015 The Apache Software Foundation. All rights reserved.