com.sforce.ws
Class SoapFaultException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sforce.ws.ConnectionException
              extended by com.sforce.ws.SoapFaultException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ApiFault

public class SoapFaultException
extends ConnectionException

Base class for all exceptions that are related to soap fault messages

Since:
146
Author:
sfell
See Also:
Serialized Form

Constructor Summary
SoapFaultException()
           
SoapFaultException(QName faultCode, String faultString)
           
SoapFaultException(QName faultCode, String faultString, Throwable cause)
           
 
Method Summary
 QName getFaultCode()
           
 void setFaultCode(QName fc)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SoapFaultException

public SoapFaultException()

SoapFaultException

public SoapFaultException(QName faultCode,
                          String faultString)

SoapFaultException

public SoapFaultException(QName faultCode,
                          String faultString,
                          Throwable cause)
Method Detail

getFaultCode

public QName getFaultCode()

setFaultCode

public void setFaultCode(QName fc)


Copyright © 2012. All Rights Reserved.