public class XMLErrorResponse extends BO
| Modifier and Type | Field and Description |
|---|---|
Throwable |
exception |
String |
stackTrace |
| Constructor and Description |
|---|
XMLErrorResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getErrorCodes() |
Throwable |
getException() |
String |
getStackTrace() |
void |
setErrorCodes(List<String> errorCodes) |
void |
setException(Throwable throwable) |
void |
setStackTrace(String stackTrace) |
Copyright © 2015. All rights reserved.