Package oracle.iam.catalog.exception
Class CatalogRunTimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
oracle.iam.platform.utils.SuperRuntimeException
oracle.iam.catalog.exception.CatalogRunTimeException
- All Implemented Interfaces:
Serializable
,oracle.iam.platform.utils.io.XmlPrintable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogRunTimeException
(String message, String errorCode) Constructs aUserCreateException
with the specified detail message and error code.CatalogRunTimeException
(String message, String errorCode, Serializable[] errorData) CatalogRunTimeException
(String message, Throwable e) CatalogRunTimeException
(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.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
-
CatalogRunTimeException
-
CatalogRunTimeException
-
CatalogRunTimeException
Constructs aUserCreateException
with the specified detail message and error code.- Parameters:
message
- the detail messageerrorCode
- Error Code
-
CatalogRunTimeException
Constructs aUserCreateException
with the specified detail message, cause and error code.- Parameters:
message
- the detail messagethrowable
- the causeerrorCode
- Error Code
-
CatalogRunTimeException
-