Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.ldap.ospf
Class PluginException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.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

 

Method Summary

 

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
clone, equals, finalize, 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
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.