public class Error extends Object
Java class for Error complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Error">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="exceptionCode" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="exceptionMessage" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
exceptionCode |
protected String |
exceptionMessage |
| Constructor and Description |
|---|
Error() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExceptionCode()
Gets the value of the exceptionCode property.
|
String |
getExceptionMessage()
Gets the value of the exceptionMessage property.
|
void |
setExceptionCode(String value)
Sets the value of the exceptionCode property.
|
void |
setExceptionMessage(String value)
Sets the value of the exceptionMessage property.
|
protected String exceptionCode
protected String exceptionMessage
public String getExceptionCode()
Stringpublic void setExceptionCode(String value)
value - allowed object is
Stringpublic String getExceptionMessage()
StringApache Camel