Skip navigation links


oracle.iam.reconciliation.exception
Class EventManagementException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.platform.utils.SuperRuntimeException
                  extended by oracle.iam.reconciliation.exception.EventManagementException

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

public class EventManagementException
extends oracle.iam.platform.utils.SuperRuntimeException
Since:
release specific (what release of product did this appear in)
See Also:
Serialized Form

Constructor Summary
EventManagementException()
          Create a new EventManagementException
EventManagementException(java.lang.String s)
          Create a new EventManagementException with String input
EventManagementException(java.lang.String s, java.lang.Throwable ex)
          Create a new EventManagementException with String and Exception as inputs
EventManagementException(java.lang.Throwable ex)
           

 

Method Summary
 java.lang.Exception getOriginalCause()
          Get the Actual reason for the exception

 

Methods inherited from class oracle.iam.platform.utils.SuperRuntimeException
getLocalizedMessages, getMessages, xprint, xprint

 

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

EventManagementException

public EventManagementException()
Create a new EventManagementException

EventManagementException

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

EventManagementException

public EventManagementException(java.lang.String s,
                                java.lang.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(java.lang.Throwable ex)

Method Detail

getOriginalCause

public java.lang.Exception getOriginalCause()
Get the Actual reason for the exception
Returns:

Skip navigation links


Copyright © 2010, Oracle and/or its affiliates. All rights reserved.