public class ApplicationException extends org.apache.axis.AxisFault implements Serializable
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, logdetail| Constructor and Description |
|---|
ApplicationException() |
ApplicationException(String message1,
String applicationExceptionType) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getApplicationExceptionType()
Gets the applicationExceptionType value for this ApplicationException.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
String |
getMessage1()
Gets the message1 value for this ApplicationException.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setApplicationExceptionType(String applicationExceptionType)
Sets the applicationExceptionType value for this ApplicationException.
|
void |
setMessage1(String message1)
Sets the message1 value for this ApplicationException.
|
void |
writeDetails(QName qname,
org.apache.axis.encoding.SerializationContext context)
Writes the exception data to the faultDetails
|
addFaultDetail, addFaultDetail, addFaultDetailString, addFaultSubCode, addFaultSubCodeAsString, addHeader, addHostname, addHostnameIfNeeded, clearFaultDetails, clearFaultSubCodes, clearHeaders, dump, dumpToString, getFaultActor, getFaultCode, getFaultDetails, getFaultNode, getFaultReason, getFaultRole, getFaultString, getFaultSubCodes, getHeaders, initFaultSubCodes, lookupFaultDetail, makeFault, output, printStackTrace, printStackTrace, removeFaultDetail, removeHostname, setFaultActor, setFaultCode, setFaultCode, setFaultCodeAsString, setFaultDetail, setFaultDetailString, setFaultNode, setFaultReason, setFaultRole, setFaultString, toStringgetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic String getMessage1()
public void setMessage1(String message1)
message1 - * Error message.public String getApplicationExceptionType()
public void setApplicationExceptionType(String applicationExceptionType)
applicationExceptionType - * Indicates that this instance is a subtype of ApplicationException.
Although this field is returned in the response, it is ignored on
input
and cannot be selected. Specify xsi:type instead.public static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType, Class _javaType, QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
public void writeDetails(QName qname, org.apache.axis.encoding.SerializationContext context) throws IOException
writeDetails in class org.apache.axis.AxisFaultIOExceptionCopyright © 2014. All Rights Reserved.