- All Implemented Interfaces:
- java.io.Serializable
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.
- Since:
- 10g Release 3 (10.1.4)
- Version:
- $Header: PluginException.java 05-may-2006.03:24:53 saroy Exp $
- Author:
- saroy
- See Also:
- Serialized Form