Package oracle.iam.exception
Class OIMServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AccountNotFoundException
,AlreadyExistsException
,AppicationObjectclassNotFoundException
,ApplicationInstanceNotFoundException
,ApprovalPolicyServiceException
,ApprovalServiceException
,AuthorizationFailedException
,BulkBeneficiariesAddException
,BulkEntitiesAddException
,BulkException
,BulkProvisioningException
,CertificationServiceException
,ConnectorException
,ConnectorServerNotFoundException
,DuplicateApplicationException
,DuplicateApplicationInstanceException
,DuplicateApplicationInstanceNameException
,DuplicateApplicationObjectclassException
,DuplicateConnectorServerException
,DuplicateEntitlementException
,EntitlementAlreadyProvisionedException
,EntitlementInstanceNotFoundException
,EntitlementNotFoundException
,EntitlementNotFoundException
,EntitlementNotProvisionedException
,FormFieldNotFoundException
,FormNotFoundException
,GenericAppConfigException
,GenericAppInstanceServiceException
,GenericEntitlementServiceException
,GenericProvisioningConfigException
,GenericProvisioningException
,IdentityPasswordException
,ImproperAccountStateException
,InvalidRequestDataException
,InvalidRequestException
,InvalidRiskAcceptedExpirationDateException
,ITResourceNotFoundException
,LookupValueNotFoundException
,NoRequestPermissionException
,NoSuchEntityException
,NoSuchPolicyException
,ObjectNotFoundException
,RemediationException
,RemediationException
,RequestAlreadyClosedException
,RequestDataSetNotFoundException
,RequestPostProcessingFailedException
,RequestProfileServiceException
,RequestServiceException
,SSOAccountNotFoundException
,SSOGenericException
,oracle.iam.platform.utils.SuperException
,UnSupportedOperationException
,UserNotFoundException
,UserPolicyEvalLifecycleMgmtException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionOIMServiceException
(String string) OIMServiceException
(String string, Exception cnfe) OIMServiceException
(String errorCode, String errorMessage, Serializable[] errorData) OIMServiceException
(String errorCode, String errorMessage, Serializable[] errorData, Throwable cnfe) OIMServiceException
(String string, Throwable cnfe) -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
Method to copy error information from cause by.Get error code associated with the exception.Gets error data associated with the exception, that can be used for globalization.Get the error message associated with the exception.Gets the list of errors associated with exception.boolean
Returns true if exception is associated with multiple errors.void
setErrorCode
(String errorCode) void
setErrorData
(Serializable[] errorData) void
setErrorMessage
(String errorMessage) void
toString()
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
OIMServiceException
-
OIMServiceException
-
OIMServiceException
-
OIMServiceException
-
OIMServiceException
-
OIMServiceException
public OIMServiceException(String errorCode, String errorMessage, Serializable[] errorData, Throwable cnfe) -
OIMServiceException
public OIMServiceException()
-
-
Method Details
-
setErrorCode
-
getErrorCode
Get error code associated with the exception.- Returns:
- error code associated with the exception.
-
setErrorData
-
copyErrorInfo
Method to copy error information from cause by. This copies the error code, data and localized message- Parameters:
e
- , cause by exception
-
getErrorData
Gets error data associated with the exception, that can be used for globalization.- Returns:
- error data associated with the exception as an array.
-
getLocalizedMessage
- Overrides:
getLocalizedMessage
in classThrowable
-
setErrorMessage
-
getErrorMessage
Get the error message associated with the exception.- Returns:
- error message associated with the exception.
-
setErrors
-
hasMultipleErrors
public boolean hasMultipleErrors()Returns true if exception is associated with multiple errors.- Returns:
- true if exception is associated with multiple errors, false otherwise.
-
getErrors
Gets the list of errors associated with exception.- Returns:
- list of errors associated with exception.
-
addError
-
toString
-