Package com.sforce.soap.partner.fault
Class InvalidNewPasswordFault
- 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.InvalidNewPasswordFault
-
- All Implemented Interfaces:
IApiFault,IInvalidNewPasswordFault,XMLizable,Serializable
public class InvalidNewPasswordFault extends ApiFault implements IInvalidNewPasswordFault
This is a generated class for the SObject Enterprise API. Do not edit this file, as your changes will be lost.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidNewPasswordFault()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidload(XmlInputStream __in, TypeMapper __typeMapper)protected voidloadFields(XmlInputStream __in, TypeMapper __typeMapper)StringtoString()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, setExtendedErrorDetails
-
Methods inherited from class com.sforce.ws.SoapFaultException
getFaultCode, setFaultCode
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.sforce.soap.partner.fault.IApiFault
getExceptionCode, getExceptionMessage, getExtendedErrorDetails, setExceptionCode, setExceptionMessage, setExtendedErrorDetails
-
-
-
-
Method Detail
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classApiFault- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- 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
-
-