Class EventManagementException

All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable
Direct Known Subclasses:
InvalidDataFormatException, ParentAttributeNotFoundException

public class EventManagementException extends SuperRuntimeException
Since:
release specific (what release of product did this appear in)
Version:
$Header: EventManagementException.java 19-feb-2008.12:24:58 sdey Exp $
Author:
vasokkum
See Also:
  • Constructor Details

    • EventManagementException

      public EventManagementException()
      Create a new EventManagementException
    • EventManagementException

      public EventManagementException(String s)
      Create a new EventManagementException with String input
      Parameters:
      s - Message to be put in the exception
    • EventManagementException

      public EventManagementException(String s, Throwable ex)
      Create a new EventManagementException with String and Exception as inputs
      Parameters:
      s - Message to be put in the exception
      ex - Exception thrown by the calling class
    • EventManagementException

      public EventManagementException(Throwable ex)
  • Method Details

    • getOriginalCause

      public Exception getOriginalCause()
      Get the Actual reason for the exception