Package com.sforce.soap.partner.fault
Class InvalidQueryLocatorFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sforce.ws.ConnectionException
com.sforce.ws.SoapFaultException
com.sforce.soap.partner.fault.ApiFault
com.sforce.soap.partner.fault.InvalidQueryLocatorFault
- All Implemented Interfaces:
IApiFault,IInvalidQueryLocatorFault,XMLizable,Serializable
This is a generated class for the SObject Enterprise API.
Do not edit this file, as your changes will be lost.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidload(XmlInputStream __in, TypeMapper __typeMapper) protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper) toString()voidwrite(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) protected voidwriteFields(XmlOutputStream __out, TypeMapper __typeMapper) Methods inherited from class com.sforce.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionCode, setExceptionMessage, setExceptionMessage, setExtendedErrorDetails, setExtendedErrorDetailsMethods inherited from class com.sforce.ws.SoapFaultException
getFaultCode, setFaultCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTraceMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetails
-
Constructor Details
-
InvalidQueryLocatorFault
public InvalidQueryLocatorFault()Constructor
-
-
Method Details
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException - Specified by:
writein interfaceXMLizable- Overrides:
writein classApiFault- Throws:
IOException
-
writeFields
- Overrides:
writeFieldsin classApiFault- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Specified by:
loadin interfaceXMLizable- Overrides:
loadin classApiFault- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException - Overrides:
loadFieldsin classApiFault- Throws:
IOExceptionConnectionException
-
toString
-