public class GCUBEUnrecoverableFault extends GCUBEFault
| Modifier and Type | Field and Description |
|---|---|
static String |
FAULT_TYPE
Fault type.
|
faultActor, faultCode, faultDetails, faultHeaders, faultNode, faultString, faultSubCode, logdetail| Constructor and Description |
|---|
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) |
| 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
|
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() |
getFaultMessage, remoteCause, setFaultMessage, setFaultType, toException, writeDetailsgetDescription, getDescription, getErrorCode, getFaultCause, getFaultCause, getOriginator, getTimestamp, setDescription, setDescription, setErrorCode, setFaultCause, setFaultCause, setOriginator, setTimestampaddFaultDetail, 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, toStringgetCause, getMessageaddSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTracepublic static final String FAULT_TYPE
public 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)
public GCUBEUnrecoverableFault(String... msg)
public boolean equals(Object obj)
GCUBEFaultequals in class GCUBEFaultpublic int hashCode()
GCUBEFaulthashCode in class GCUBEFaultpublic 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 String getFaultType()
getFaultType in class GCUBEFaultprotected GCUBEException getException(String msg, Throwable t)
getException in class GCUBEFaultmsg - the message of the exception.Copyright © 2015. All Rights Reserved.