Class EventManagementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.reconciliation.exception.EventManagementException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
- Direct Known Subclasses:
InvalidDataFormatException
,ParentAttributeNotFoundException
- 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 Summary
ConstructorsConstructorDescriptionCreate a new EventManagementExceptionCreate a new EventManagementException with String inputCreate a new EventManagementException with String and Exception as inputs -
Method Summary
Modifier and TypeMethodDescriptionGet the Actual reason for the exceptionMethods inherited from class oracle.iam.platform.utils.SuperRuntimeException
addError, convertErrorData, copyErrorInfo, getErrorCode, getErrorData, getErrors, getLocalizedMessage, getLocalizedMessages, getMessages, hasMultipleErrors, setErrorCode, setErrorData, setErrors, toString, xprint, xprint
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
EventManagementException
public EventManagementException()Create a new EventManagementException -
EventManagementException
Create a new EventManagementException with String input- Parameters:
s
- Message to be put in the exception
-
EventManagementException
Create a new EventManagementException with String and Exception as inputs- Parameters:
s
- Message to be put in the exceptionex
- Exception thrown by the calling class
-
EventManagementException
-
-
Method Details
-
getOriginalCause
Get the Actual reason for the exception
-