Package com.vmware.vim25
Class MethodFault
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
java.rmi.RemoteException
com.vmware.vim25.MethodFault
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidCollectorVersion,InvalidProperty,RuntimeFault,VimFault
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionFields inherited from class java.rmi.RemoteException
detail -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetDynamicProperty(DynamicProperty[] dynamicProperty) voidsetDynamicType(String dynamicType) voidsetFaultCause(LocalizedMethodFault faultCause) voidsetFaultMessage(LocalizableMessage[] faultMessage) 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
-
dynamicType
-
dynamicProperty
-
faultCause
-
faultMessage
-
-
Constructor Details
-
MethodFault
public MethodFault()
-
-
Method Details
-
getDynamicType
-
getDynamicProperty
-
getFaultCause
-
getFaultMessage
-
setDynamicType
-
setDynamicProperty
-
setFaultCause
-
setFaultMessage
-