@WebFault(name="NotSupportedFault", targetNamespace="urn:vim25") public class NotSupportedFaultMsg extends Exception
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
NotSupportedFaultMsg() |
NotSupportedFaultMsg(String message) |
NotSupportedFaultMsg(String message,
NotSupported notSupportedFault) |
NotSupportedFaultMsg(String message,
NotSupported notSupportedFault,
Throwable cause) |
NotSupportedFaultMsg(String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
NotSupported |
getFaultInfo() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final long serialVersionUID
public NotSupportedFaultMsg()
public NotSupportedFaultMsg(String message)
public NotSupportedFaultMsg(String message, NotSupported notSupportedFault)
public NotSupportedFaultMsg(String message, NotSupported notSupportedFault, Throwable cause)
public NotSupported getFaultInfo()
Copyright © 2018. All rights reserved.