org.gcube.common.core.faults
Class GCUBEUnrecoverableFault

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by java.rmi.RemoteException
                  extended by org.apache.axis.AxisFault
                      extended by org.oasis.wsrf.faults.BaseFaultType
                          extended by org.gcube.common.core.faults.GCUBEFault
                              extended by org.gcube.common.core.faults.GCUBEUnrecoverableFault
All Implemented Interfaces:
Serializable

public class GCUBEUnrecoverableFault
extends GCUBEFault

See Also:
Serialized Form

Field Summary
static String FAULT_TYPE
          Fault type.
 
Fields inherited from class org.apache.axis.AxisFault
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, log
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
GCUBEUnrecoverableFault()
           
GCUBEUnrecoverableFault(Calendar timestamp, org.apache.axis.message.addressing.EndpointReferenceType originator, org.oasis.wsrf.faults.BaseFaultTypeErrorCode errorCode, org.oasis.wsrf.faults.BaseFaultTypeDescription[] description, org.oasis.wsrf.faults.BaseFaultType[] faultCause, String faultMessage, String faultType)
           
GCUBEUnrecoverableFault(Exception e, String... msg)
           
GCUBEUnrecoverableFault(String... msg)
           
 
Method Summary
 boolean equals(Object obj)
          
static org.apache.axis.encoding.Deserializer getDeserializer(String mechType, Class _javaType, QName _xmlType)
          Get Custom Deserializer
protected  GCUBEException getException(String msg, Throwable t)
          Returns an exception corresponding to this fault type.
 String getFaultType()
          Returns the fault type.
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()
          
 
Methods inherited from class org.gcube.common.core.faults.GCUBEFault
getFaultMessage, remoteCause, setFaultMessage, setFaultType, toException, writeDetails
 
Methods inherited from class org.oasis.wsrf.faults.BaseFaultType
getDescription, getDescription, getErrorCode, getFaultCause, getFaultCause, getOriginator, getTimestamp, setDescription, setDescription, setErrorCode, setFaultCause, setFaultCause, setOriginator, setTimestamp
 
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

FAULT_TYPE

public static final String FAULT_TYPE
Fault type.

See Also:
Constant Field Values
Constructor Detail

GCUBEUnrecoverableFault

public GCUBEUnrecoverableFault()

GCUBEUnrecoverableFault

public GCUBEUnrecoverableFault(Calendar timestamp,
                               org.apache.axis.message.addressing.EndpointReferenceType originator,
                               org.oasis.wsrf.faults.BaseFaultTypeErrorCode errorCode,
                               org.oasis.wsrf.faults.BaseFaultTypeDescription[] description,
                               org.oasis.wsrf.faults.BaseFaultType[] faultCause,
                               String faultMessage,
                               String faultType)

GCUBEUnrecoverableFault

public GCUBEUnrecoverableFault(Exception e,
                               String... msg)

GCUBEUnrecoverableFault

public GCUBEUnrecoverableFault(String... msg)
Method Detail

equals

public boolean equals(Object obj)
Description copied from class: GCUBEFault

Overrides:
equals in class GCUBEFault

hashCode

public int hashCode()
Description copied from class: GCUBEFault

Overrides:
hashCode in class GCUBEFault

getTypeDesc

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


getSerializer

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


getDeserializer

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


getFaultType

public String getFaultType()
Returns the fault type.

Overrides:
getFaultType in class GCUBEFault
Returns:
faultType the type.

getException

protected GCUBEException getException(String msg,
                                      Throwable t)
Returns an exception corresponding to this fault type.

Overrides:
getException in class GCUBEFault
Parameters:
msg - the message of the exception.
Returns:
the exception.


Copyright © 2012. All Rights Reserved.