uk.org.ogsadai.service.faults
Class ChainedFaultType

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.axis.AxisFault
                      extended byuk.org.ogsadai.service.faults.SimpleFaultType
                          extended byuk.org.ogsadai.service.faults.ComplexFaultType
                              extended byuk.org.ogsadai.service.faults.ChainedFaultType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RequestFaultType

public class ChainedFaultType
extends ComplexFaultType
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
private  java.lang.Object __equalsCalc
           
private  boolean __hashCodeCalc
           
private  ComplexFaultType[] reason
           
private static org.apache.axis.description.TypeDesc typeDesc
           
 
Fields inherited from class uk.org.ogsadai.service.faults.ComplexFaultType
 
Fields inherited from class uk.org.ogsadai.service.faults.SimpleFaultType
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
ChainedFaultType()
           
ChainedFaultType(java.lang.String errorID, java.lang.String msg, java.lang.String[] params, ComplexFaultType[] reason)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Get Custom Deserializer
 ComplexFaultType[] getReason()
          Gets the reason value for this ChainedFaultType.
 ComplexFaultType getReason(int i)
           
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 setReason(ComplexFaultType[] reason)
          Sets the reason value for this ChainedFaultType.
 void setReason(int i, ComplexFaultType _value)
           
 void writeDetails(javax.xml.namespace.QName qname, org.apache.axis.encoding.SerializationContext context)
          Writes the exception data to the faultDetails
 
Methods inherited from class uk.org.ogsadai.service.faults.ComplexFaultType
getParams, getParams, setParams, setParams
 
Methods inherited from class uk.org.ogsadai.service.faults.SimpleFaultType
getErrorID, getMsg, setErrorID, setMsg
 
Methods inherited from class org.apache.axis.AxisFault
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
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

reason

private ComplexFaultType[] reason

__equalsCalc

private java.lang.Object __equalsCalc

__hashCodeCalc

private boolean __hashCodeCalc

typeDesc

private static org.apache.axis.description.TypeDesc typeDesc
Constructor Detail

ChainedFaultType

public ChainedFaultType()

ChainedFaultType

public ChainedFaultType(java.lang.String errorID,
                        java.lang.String msg,
                        java.lang.String[] params,
                        ComplexFaultType[] reason)
Method Detail

getReason

public ComplexFaultType[] getReason()
Gets the reason value for this ChainedFaultType.

Returns:
reason

setReason

public void setReason(ComplexFaultType[] reason)
Sets the reason value for this ChainedFaultType.

Parameters:
reason -

getReason

public ComplexFaultType getReason(int i)

setReason

public void setReason(int i,
                      ComplexFaultType _value)

equals

public boolean equals(java.lang.Object obj)
Overrides:
equals in class ComplexFaultType

hashCode

public int hashCode()
Overrides:
hashCode in class ComplexFaultType

getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()
Return type metadata object


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)
Get Custom Serializer


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)
Get Custom Deserializer


writeDetails

public void writeDetails(javax.xml.namespace.QName qname,
                         org.apache.axis.encoding.SerializationContext context)
                  throws java.io.IOException
Writes the exception data to the faultDetails

Overrides:
writeDetails in class ComplexFaultType
Throws:
java.io.IOException