Skip navigation links

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

E10664-01


oracle.idm.provisioning.plugin
Class EventDeliveryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by oracle.idm.provisioning.plugin.PluginException
              extended by oracle.idm.provisioning.plugin.EventDeliveryException

All Implemented Interfaces:
java.io.Serializable

public class EventDeliveryException
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
EventDeliveryException()
          Default Constructor
EventDeliveryException(java.lang.String msg)
          Create an exception object with a specific error message

 

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

EventDeliveryException

public EventDeliveryException()
Default Constructor

EventDeliveryException

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

Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.