Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


oracle.iam.rm.resolution
Class EligibilityRuleException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.iam.rm.common.LocalizedRuntimeException
                  extended by oracle.iam.rm.resolution.EligibilityRuleException

All Implemented Interfaces:
java.io.Serializable

public class EligibilityRuleException
extends oracle.iam.rm.common.LocalizedRuntimeException

Thrown by the resolution engine when there is an eligibility rule violation. For example, when attempting to grant a static role with an eligibility rule, a violation would exist if the rule predicate is false for the grantee.

See Also:
Serialized Form

Constructor Summary
EligibilityRuleException(java.lang.String message)
          Constructs an EligibilityRuleException with the provided message.
EligibilityRuleException(java.lang.String message, java.lang.Throwable cause)
          Constructs an EligibilityRuleException with the provided message and cause.

 

Method Summary

 

Methods inherited from class oracle.iam.rm.common.LocalizedRuntimeException
getFormattable, getLocalizedMessage, getMessage

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

 

Constructor Detail

EligibilityRuleException

public EligibilityRuleException(java.lang.String message)
Constructs an EligibilityRuleException with the provided message.
Parameters:
message - String representing reason for the exception

EligibilityRuleException

public EligibilityRuleException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs an EligibilityRuleException with the provided message and cause.
Parameters:
message - String to accompany the exception
cause - Throwable representing cause the exception

Skip navigation links

Oracle Role Manager Java API Reference
10g (10.1.4)
E14613-01


Copyright © 2008, 2009 Oracle. All Rights Reserved.