Class EventException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.notification.exception.EventException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class EventException extends oracle.iam.platform.utils.SuperException
This exception occurs if any exception occurs while working with notification events.
Author:
saggarwa
See Also:
  • Constructor Details

    • EventException

      public EventException(String string, Throwable e)
      Constructs a EventException with the specified detail message and throwable object
      Parameters:
      string - The detail message
      e - Throwable object
    • EventException

      public EventException(String string)
      Constructs a EventException with the specified detail message
      Parameters:
      string - The detail message