Package com.vmware.vim25.ws
Class SoapFaultException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.vmware.vim25.ws.SoapFaultException
- All Implemented Interfaces:
Serializable
The SOAP Fault Exception.
- See Also:
-
Field Summary
FieldsFields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetFaultActor(String faultActor) voidsetFaultCode(String faultCode) voidsetFaultString(String faultString) Methods inherited from class java.rmi.RemoteException
getCause, getMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
faultCode
-
faultString
-
faultActor
-
-
Constructor Details
-
SoapFaultException
public SoapFaultException()
-
-
Method Details
-
getFaultCode
-
setFaultCode
-
getFaultString
-
setFaultString
-
getFaultActor
-
setFaultActor
-