public class NoPluginUniqueIdException
extends java.lang.Exception
This class represents a recoverable exception. This exception occurs when, the unique identifier (protocol) of an
given external plug-in is not defined.
| Constructor and Description |
|---|
NoPluginUniqueIdException(java.lang.String msg)
Constructs a new Exception with the current stack trace and the specified detail message.
|