com.sforce.soap.partner.fault
Class ApiFault

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
                  extended by com.sforce.soap.partner.fault.ApiFault
All Implemented Interfaces:
com.sforce.ws.bind.XMLizable, java.io.Serializable
Direct Known Subclasses:
ApiQueryFault, InvalidIdFault, InvalidNewPasswordFault, InvalidQueryLocatorFault, LoginFault, UnexpectedErrorFault

public class ApiFault
extends com.sforce.ws.SoapFaultException
implements com.sforce.ws.bind.XMLizable

Generated class, please do not edit.

See Also:
Serialized Form

Constructor Summary
ApiFault()
          Constructor
 
Method Summary
 ExceptionCode getExceptionCode()
           
 java.lang.String getExceptionMessage()
           
 void load(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
           
protected  void loadFields(com.sforce.ws.parser.XmlInputStream __in, com.sforce.ws.bind.TypeMapper __typeMapper)
           
 void setExceptionCode(ExceptionCode exceptionCode)
           
 void setExceptionMessage(java.lang.String exceptionMessage)
           
 java.lang.String toString()
           
 void write(javax.xml.namespace.QName __element, com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
           
protected  void writeFields(com.sforce.ws.parser.XmlOutputStream __out, com.sforce.ws.bind.TypeMapper __typeMapper)
           
 
Methods inherited from class com.sforce.ws.SoapFaultException
getFaultCode, setFaultCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ApiFault

public ApiFault()
Constructor

Method Detail

getExceptionCode

public ExceptionCode getExceptionCode()

setExceptionCode

public void setExceptionCode(ExceptionCode exceptionCode)

getExceptionMessage

public java.lang.String getExceptionMessage()

setExceptionMessage

public void setExceptionMessage(java.lang.String exceptionMessage)

write

public void write(javax.xml.namespace.QName __element,
                  com.sforce.ws.parser.XmlOutputStream __out,
                  com.sforce.ws.bind.TypeMapper __typeMapper)
           throws java.io.IOException
Specified by:
write in interface com.sforce.ws.bind.XMLizable
Throws:
java.io.IOException

writeFields

protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
                           com.sforce.ws.bind.TypeMapper __typeMapper)
                    throws java.io.IOException
Throws:
java.io.IOException

load

public void load(com.sforce.ws.parser.XmlInputStream __in,
                 com.sforce.ws.bind.TypeMapper __typeMapper)
          throws java.io.IOException,
                 com.sforce.ws.ConnectionException
Specified by:
load in interface com.sforce.ws.bind.XMLizable
Throws:
java.io.IOException
com.sforce.ws.ConnectionException

loadFields

protected void loadFields(com.sforce.ws.parser.XmlInputStream __in,
                          com.sforce.ws.bind.TypeMapper __typeMapper)
                   throws java.io.IOException,
                          com.sforce.ws.ConnectionException
Throws:
java.io.IOException
com.sforce.ws.ConnectionException

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2011. All Rights Reserved.