Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


oracle.ldap.ospf
Class PluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.ldap.ospf.PluginException

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)
See Also:
Serialized Form

Constructor Summary
PluginException()
          Constructor
PluginException(java.lang.String messg)
          Constructor

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

PluginException

public PluginException()
Constructor

PluginException

public PluginException(java.lang.String messg)
Constructor
Parameters:
messg - - Exception message

Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


Copyright © 1999, 2006 Oracle. All Rights Reserved.