com.sforce.soap.partner.fault
Class UnexpectedErrorFault

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
                      extended by com.sforce.soap.partner.fault.UnexpectedErrorFault
All Implemented Interfaces:
com.sforce.ws.bind.XMLizable, java.io.Serializable

public class UnexpectedErrorFault
extends ApiFault

Generated class, please do not edit.

See Also:
Serialized Form

Constructor Summary
UnexpectedErrorFault()
          Constructor
 
Method Summary
 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)
           
 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.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessage
 
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

UnexpectedErrorFault

public UnexpectedErrorFault()
Constructor

Method Detail

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
Overrides:
write in class ApiFault
Throws:
java.io.IOException

writeFields

protected void writeFields(com.sforce.ws.parser.XmlOutputStream __out,
                           com.sforce.ws.bind.TypeMapper __typeMapper)
                    throws java.io.IOException
Overrides:
writeFields in class ApiFault
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
Overrides:
load in class ApiFault
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
Overrides:
loadFields in class ApiFault
Throws:
java.io.IOException
com.sforce.ws.ConnectionException

toString

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


Copyright © 2011. All Rights Reserved.