public class PluginException
extends java.lang.Exception
An exception that a Java plug-in can throw back to the Oracle directory
server to stop the execution of the plug-in and raise an error. The
advantage of this class and its sub classes over other custom exception
classes is that the error message passed in this exception object is passed
on to the LDAP client, while the messages passed by others are only logged
in the Oracle directory server log file.