Package oracle.iam.catalog.exception
Class CatalogException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.catalog.exception.CatalogException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
public class CatalogException
extends oracle.iam.platform.utils.SuperException
Signals that exception occured while performing any catalog related operations
- Since:
- 11.1.2.0.0
- Author:
- asbharga
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogException
(String message, String errorCode) Constructs aUserCreateException
with the specified detail message and error code.CatalogException
(String message, String errorCode, Serializable[] errorData) CatalogException
(String message, Throwable e) CatalogException
(String message, Throwable throwable, String errorCode) Constructs aUserCreateException
with the specified detail message, cause and error code. -
Method Summary
Methods inherited from class oracle.iam.platform.utils.SuperException
getLocalizedMessages, getMessages, xprint, xprint
Methods inherited from class oracle.iam.exception.OIMServiceException
addError, copyErrorInfo, getErrorCode, getErrorData, getErrorMessage, getErrors, getLocalizedMessage, hasMultipleErrors, setErrorCode, setErrorData, setErrorMessage, setErrors, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
CatalogException
-
CatalogException
-
CatalogException
Constructs aUserCreateException
with the specified detail message and error code.- Parameters:
message
- the detail messageerrorCode
- Error Code
-
CatalogException
Constructs aUserCreateException
with the specified detail message, cause and error code.- Parameters:
message
- the detail messagethrowable
- the causeerrorCode
- Error Code
-
CatalogException
-