public class ApplicationException extends Object
Java class for ApplicationException complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ApplicationException">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="ApplicationException.Type" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
applicationExceptionType |
protected String |
message |
| Constructor and Description |
|---|
ApplicationException() |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationExceptionType()
Gets the value of the applicationExceptionType property.
|
String |
getMessage()
Gets the value of the message property.
|
void |
setApplicationExceptionType(String value)
Sets the value of the applicationExceptionType property.
|
void |
setMessage(String value)
Sets the value of the message property.
|
protected String message
protected String applicationExceptionType
public String getMessage()
Stringpublic void setMessage(String value)
value - allowed object is
Stringpublic String getApplicationExceptionType()
StringCopyright © 2023. All rights reserved.