Class PolicyFailedException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.exception.OIMServiceException
oracle.iam.platform.utils.SuperException
oracle.iam.selfservice.exception.AuthSelfServiceException
oracle.iam.selfservice.exception.PolicyFailedException
All Implemented Interfaces:
Serializable, oracle.iam.platform.utils.io.XmlPrintable

public class PolicyFailedException extends AuthSelfServiceException
This is a generic exception thrown when there is a failure in satisfying the policies applicable to an operation.
See Also:
  • Constructor Details

    • PolicyFailedException

      public PolicyFailedException(String message, Throwable cause)
      Constructs a PolicyFailedException with the specified detail message and cause.
      Parameters:
      message - the detail message
      cause - the cause
    • PolicyFailedException

      public PolicyFailedException(String message)
      Constructs a PolicyFailedException with the specified detail message.
      Parameters:
      message - the detail message