Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


oracle.idm.provisioning.plugin
Class EventPluginTerminateException

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

All Implemented Interfaces:
java.io.Serializable

public class EventPluginTerminateException
extends PluginException

A exception object that would describe the error condition in while delivering a provisioning event to adn from OID. A successful event delivery is successful processing of the event by the DIP Engine / App

Since:
OCS v3
See Also:
Serialized Form

Constructor Summary
EventPluginTerminateException()
Default Constructor
EventPluginTerminateException(java.lang.String msg)
Create an exception object with a specific error message

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

EventPluginTerminateException

public EventPluginTerminateException()
Default Constructor

EventPluginTerminateException

public EventPluginTerminateException(java.lang.String msg)
Create an exception object with a specific error message
Parameters:
msg - error message

Oracle Internet Directory API Reference
10g(10.1.2)

B14083-02


Copyright © 2005, Oracle. All Rights Reserved.