public class ErrorResponse extends ResponseDocument
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
CLASSNAME |
(package private) static java.lang.String |
COPYRIGHT |
private static org.apache.log4j.Logger |
logger |
requestDocument, responseDocument, responseElement
Modifier | Constructor and Description |
---|---|
protected |
ErrorResponse(org.dom4j.Document theRequestDoc)
Create an error response XML document.
|
Modifier and Type | Method and Description |
---|---|
protected org.dom4j.Element |
addResponseSpecificElement()
Error responses never have any elements.
|
addStatusElement, createCxmlShell, createShell, getResponseDocument, getResponseElement, getStatusReturnCode, getStatusText, isStatusSuccess, main, setStatus, setStatusReturnCode, setStatusText
static final java.lang.String COPYRIGHT
private static final java.lang.String CLASSNAME
private static org.apache.log4j.Logger logger
protected ErrorResponse(org.dom4j.Document theRequestDoc)
protected org.dom4j.Element addResponseSpecificElement() throws java.lang.Exception
addResponseSpecificElement
in class ResponseDocument
java.lang.Exception