![JAR search and dependency download from the Maven repository](/logo.png)
com.vmware.vim25.OutOfBoundsFaultMsg Maven / Gradle / Ivy
package com.vmware.vim25;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.1.6
* 2017-05-25T13:48:07.104+05:30
* Generated source version: 3.1.6
*/
@WebFault(name = "OutOfBoundsFault", targetNamespace = "urn:vim25")
public class OutOfBoundsFaultMsg extends Exception {
public static final long serialVersionUID = 1L;
private com.vmware.vim25.OutOfBounds outOfBoundsFault;
public OutOfBoundsFaultMsg() {
super();
}
public OutOfBoundsFaultMsg(String message) {
super(message);
}
public OutOfBoundsFaultMsg(String message, Throwable cause) {
super(message, cause);
}
public OutOfBoundsFaultMsg(String message, com.vmware.vim25.OutOfBounds outOfBoundsFault) {
super(message);
this.outOfBoundsFault = outOfBoundsFault;
}
public OutOfBoundsFaultMsg(String message, com.vmware.vim25.OutOfBounds outOfBoundsFault, Throwable cause) {
super(message, cause);
this.outOfBoundsFault = outOfBoundsFault;
}
public com.vmware.vim25.OutOfBounds getFaultInfo() {
return this.outOfBoundsFault;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy