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

public class OIMServiceException extends Exception
See Also:
  • Constructor Details

    • OIMServiceException

      public OIMServiceException(Exception e)
    • OIMServiceException

      public OIMServiceException(String string)
    • OIMServiceException

      public OIMServiceException(String string, Exception cnfe)
    • OIMServiceException

      public OIMServiceException(String string, Throwable cnfe)
    • OIMServiceException

      public OIMServiceException(String errorCode, String errorMessage, Serializable[] errorData)
    • OIMServiceException

      public OIMServiceException(String errorCode, String errorMessage, Serializable[] errorData, Throwable cnfe)
    • OIMServiceException

      public OIMServiceException()
  • Method Details

    • setErrorCode

      public void setErrorCode(String errorCode)
    • getErrorCode

      public String getErrorCode()
      Get error code associated with the exception.
      Returns:
      error code associated with the exception.
    • setErrorData

      public void setErrorData(Serializable[] errorData)
    • copyErrorInfo

      public void copyErrorInfo(Throwable e)
      Method to copy error information from cause by. This copies the error code, data and localized message
      Parameters:
      e - , cause by exception
    • getErrorData

      public Serializable[] 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

      public String getLocalizedMessage()
      Overrides:
      getLocalizedMessage in class Throwable
    • setErrorMessage

      public void setErrorMessage(String errorMessage)
    • getErrorMessage

      public String getErrorMessage()
      Get the error message associated with the exception.
      Returns:
      error message associated with the exception.
    • setErrors

      public void setErrors(List<OIMError> errors)
    • 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

      public List<OIMError> getErrors()
      Gets the list of errors associated with exception.
      Returns:
      list of errors associated with exception.
    • addError

      public void addError(OIMError error)
    • toString

      public String toString()
      Overrides:
      toString in class Throwable