public class PluginLicenseInvalidException
extends java.lang.Exception
This class represents a recoverable exception. This exception occurs when, the publisher's license for an
specific external plug-in is invalid.
| Constructor and Description |
|---|
PluginLicenseInvalidException(java.lang.String msg)
Constructs a new Exception with the current stack trace and the specified detail message.
|