public class UnsupportedMatchingMethodException extends InvalidParameterException implements Serializable
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
detail
Constructor and Description |
---|
UnsupportedMatchingMethodException() |
UnsupportedMatchingMethodException(String description,
String parameterName,
String matchingMethod,
String[] validMethods) |
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
|
String |
getMatchingMethod()
Gets the matchingMethod value for this UnsupportedMatchingMethodException.
|
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
メタデータオブジェクトの型を返却 / [en]-(Return type metadata object)
|
String[] |
getValidMethods()
Gets the validMethods value for this UnsupportedMatchingMethodException.
|
int |
hashCode() |
void |
setMatchingMethod(String matchingMethod)
Sets the matchingMethod value for this UnsupportedMatchingMethodException.
|
void |
setValidMethods(String[] validMethods)
Sets the validMethods value for this UnsupportedMatchingMethodException.
|
void |
writeDetails(QName qname,
org.apache.axis.encoding.SerializationContext context)
Writes the exception data to the faultDetails
|
getParameterName, setParameterName
getDescription, setDescription
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, toString
getCause, getMessage
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace
public String getMatchingMethod()
public void setMatchingMethod(String matchingMethod)
matchingMethod
- public String[] getValidMethods()
public void setValidMethods(String[] validMethods)
validMethods
- public boolean equals(Object obj)
equals
in class InvalidParameterException
public int hashCode()
hashCode
in class InvalidParameterException
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 InvalidParameterException
IOException