com.metamatrix.soap.sqlquerywebservice.service
Class SqlQueryWebServiceFault

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.axis2.AxisFault
                      extended by com.metamatrix.soap.sqlquerywebservice.service.SqlQueryWebServiceFault
All Implemented Interfaces:
java.io.Serializable

public class SqlQueryWebServiceFault
extends org.apache.axis2.AxisFault

This is an exception class that is thrown from the SqlQueryWebService implementation that repesents a SOAP fault.

Since:
4.2
See Also:
Serialized Form

Field Summary
static java.lang.String SOAP_11_FAULTCODES_NAMESPACE
           
static java.lang.String SOAP_11_STANDARD_CLIENT_FAULT_CODE
           
static java.lang.String SOAP_11_STANDARD_SERVER_FAULT_CODE
           
 
Constructor Summary
SqlQueryWebServiceFault(java.lang.String message, javax.xml.namespace.QName code)
           
 
Method Summary
static SqlQueryWebServiceFault create(boolean client, java.lang.Throwable e)
           
 
Methods inherited from class org.apache.axis2.AxisFault
addHeader, addReason, addReason, getDetail, getFaultAction, getFaultCode, getFaultCodeElement, getFaultDetailElement, getFaultMessageContext, getFaultNode, getFaultNodeElement, getFaultReasonElement, getFaultRole, getFaultRoleElement, getFaultSubCodes, getMessage, getNodeURI, getReason, headerIterator, headers, makeFault, setDetail, setFaultAction, setFaultCode, setFaultCode, setNodeURI
 
Methods inherited from class java.rmi.RemoteException
getCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

SOAP_11_FAULTCODES_NAMESPACE

public static final java.lang.String SOAP_11_FAULTCODES_NAMESPACE
See Also:
Constant Field Values

SOAP_11_STANDARD_CLIENT_FAULT_CODE

public static final java.lang.String SOAP_11_STANDARD_CLIENT_FAULT_CODE
See Also:
Constant Field Values

SOAP_11_STANDARD_SERVER_FAULT_CODE

public static final java.lang.String SOAP_11_STANDARD_SERVER_FAULT_CODE
See Also:
Constant Field Values
Constructor Detail

SqlQueryWebServiceFault

public SqlQueryWebServiceFault(java.lang.String message,
                               javax.xml.namespace.QName code)
Parameters:
message -
cause -
Method Detail

create

public static final SqlQueryWebServiceFault create(boolean client,
                                                   java.lang.Throwable e)


Copyright © 2009. All Rights Reserved.