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)