Skip navigation links

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

E10664-01


oracle.idm.provisioning.plugin
Class PluginException

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

 

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()
Default constructor.

PluginException

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

Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.