com.sforce.soap.partner.fault
Class UnexpectedErrorFault

java.lang.Object
  extended by com.sforce.soap.partner.fault.ApiFault
      extended by com.sforce.soap.partner.fault.UnexpectedErrorFault

public class UnexpectedErrorFault
extends ApiFault

Java class for UnexpectedErrorFault complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="UnexpectedErrorFault">
   <complexContent>
     <extension base="{urn:fault.partner.soap.sforce.com}ApiFault">
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
 
Fields inherited from class com.sforce.soap.partner.fault.ApiFault
exceptionCode, exceptionMessage
 
Constructor Summary
UnexpectedErrorFault()
           
 
Method Summary
 
Methods inherited from class com.sforce.soap.partner.fault.ApiFault
getExceptionCode, getExceptionMessage, setExceptionCode, setExceptionMessage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnexpectedErrorFault

public UnexpectedErrorFault()


Copyright © 2012. All Rights Reserved.