public class ApiException extends ApplicationException implements Serializable
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, logdetail| Constructor and Description |
|---|
ApiException() |
ApiException(String message1,
ApiError[] errors) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer
|
ApiError[] |
getErrors()
Gets the errors value for this ApiException.
|
ApiError |
getErrors(int i) |
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 |
setErrors(ApiError[] errors)
Sets the errors value for this ApiException.
|
void |
setErrors(int i,
ApiError _value) |
String |
toString() |
void |
writeDetails(QName qname,
org.apache.axis.encoding.SerializationContext context)
Writes the exception data to the faultDetails
|
getMessage1, setMessage1addFaultDetail, 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, setFaultStringgetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic String toString()
toString in class ApplicationExceptionpublic ApiError[] getErrors()
public void setErrors(ApiError[] errors)
errors - * List of errors.public ApiError getErrors(int i)
public void setErrors(int i,
ApiError _value)
public boolean equals(Object obj)
equals in class ApplicationExceptionpublic int hashCode()
hashCode in class ApplicationExceptionpublic 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 ApplicationExceptionIOExceptionCopyright © 2020. All rights reserved.