Class NotificationException

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

public class NotificationException extends oracle.iam.platform.utils.SuperException
This is a generic exception.
Author:
Firdaus Fraz
See Also:
  • Constructor Details

    • NotificationException

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

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