![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.pbm.PbmFault Maven / Gradle / Ivy
package com.vmware.pbm;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSeeAlso;
import javax.xml.bind.annotation.XmlType;
import com.vmware.vim25.MethodFault;
/**
* Java class for PbmFault complex type.
*
*
The following schema fragment specifies the expected content contained within this class.
*
*
* <complexType name="PbmFault">
* <complexContent>
* <extension base="{urn:vim25}MethodFault">
* <sequence>
* </sequence>
* </extension>
* </complexContent>
* </complexType>
*
*
*
*/
@XmlAccessorType(XmlAccessType.FIELD)
@XmlType(name = "PbmFault")
@XmlSeeAlso({
PbmAlreadyExists.class,
PbmDuplicateName.class,
PbmFaultInvalidLogin.class,
PbmLegacyHubsNotSupported.class,
PbmNonExistentHubs.class,
PbmFaultNotFound.class,
PbmFaultProfileStorageFault.class,
PbmCompatibilityCheckFault.class,
PbmResourceInUse.class
})
public class PbmFault
extends MethodFault
{
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy