4.1

Table Of Contents
PluginExecutionException Class
The PluginExecutionException class returns an error message if the plug-in encounters an exception when it
runs an operation.
public class PluginExecutionException
extends java.lang.Exception
implements java.io.Serializable
The PluginExecutionException class inherits the following methods from class java.lang.Throwable:
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace,
printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause,
getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace
Constructor
PluginExecutionException(java.lang.String message)
PluginLicenseException Class
The PluginLicenseException class returns an error message if the plug-in encounters an exception when it
installs a license for a plug-in.
public class PluginLicenseException
extends java.lang.Exception
implements java.io.Serializable
The PluginExecutionException class inherits the following methods from class java.lang.Throwable:
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace,
printStackTrace, printStackTrace, setStackTrace, toStringfillInStackTrace, getCause,
getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace
Constructor
PluginLicenseException(java.lang.String message)
PluginOperationException Class
The PluginOperationException class handles errors encountered during a plug-in operation.
public class PluginOperationException
extends java.lang.RuntimeException
implements java.io.Serializable
The PluginOperationException class inherits the following methods from class java.lang.Throwable:
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace,
printStackTrace, printStackTrace, setStackTrace, toString
Constructor
PluginOperationException(java.lang.String message)
vCenter Orchestrator Developer's Guide
220 VMware, Inc.