Skip navigation links 
 
oracle.iam.certification.exception
Class RemediationException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
oracle.iam.exception.OIMServiceException
              
oracle.iam.certification.exception.RemediationException
- All Implemented Interfaces:
 
- java.io.Serializable
 
- 
public class RemediationException
 
- extends OIMServiceException
 
This exception is thrown during remediation process for a Certification. This exception could indicate failure to remediate due to various reasons like provisioning error, entitites (e.g. accounts, roles, users, entitlements etc) not found, access denied on entities etc.
- See Also:
 
- Serialized Form
 
 
  
 
 
| 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 | 
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace | 
 
| Methods inherited from class java.lang.Object | 
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
 
RemediationException
public RemediationException(java.lang.Exception exception)
RemediationException
public RemediationException(java.lang.String string,
                            java.lang.Exception exception)
RemediationException
public RemediationException(java.lang.String string)
RemediationException
public RemediationException(java.lang.String string,
                            java.lang.Throwable throwable)
Skip navigation links 
 
Copyright © 2015, Oracle and/or its affiliates. All rights reserved.