public class Error
extends java.lang.Object
implements java.io.Serializable
| Constructor and Description |
|---|
Error() |
Error(int code,
java.lang.String category,
java.lang.String description) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCategory()
Gets the category value for this Error.
|
int |
getCode()
Gets the code value for this Error.
|
java.lang.String |
getDescription()
Gets the description value for this Error.
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Deserializer
|
static org.apache.axis.encoding.Serializer |
getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
Get Custom Serializer
|
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object
|
int |
hashCode() |
void |
setCategory(java.lang.String category)
Sets the category value for this Error.
|
void |
setCode(int code)
Sets the code value for this Error.
|
void |
setDescription(java.lang.String description)
Sets the description value for this Error.
|
public Error()
public Error(int code,
java.lang.String category,
java.lang.String description)
public int getCode()
public void setCode(int code)
code - public java.lang.String getCategory()
public void setCategory(java.lang.String category)
category - public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
java.lang.Class _javaType,
javax.xml.namespace.QName _xmlType)