Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


oracle.idm.provisioning.plugin
Class PluginException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byoracle.idm.provisioning.plugin.PluginException

All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
EventDeliveryException, EventPluginInitException, EventPluginTerminateException

public class PluginException
extends java.lang.Exception

A exception object thrown for a failure while performing any DIP Plugin related operations

Since:
OCS R3
See Also:
Serialized Form

Constructor Summary
PluginException()
          Default constructor.
PluginException(java.lang.String msg)
          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()
Default constructor.

PluginException

public PluginException(java.lang.String msg)
Constructor.

Skip navigation links

Oracle Internet Directory API Reference
10g(10.1.4)

B15992-01


Copyright © 1999, 2006 Oracle. All Rights Reserved.