Class AccessPolicyServiceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
oracle.iam.accesspolicy.exception.AccessPolicyServiceException
All Implemented Interfaces:
Serializable

public class AccessPolicyServiceException extends Exception
See Also:
  • Field Details

  • Constructor Details

    • AccessPolicyServiceException

      public AccessPolicyServiceException()
      Constructs a new super exception with null as its detail message.
    • AccessPolicyServiceException

      public AccessPolicyServiceException(String message)
      Constructs a new super exception with the specified detail message.
      Parameters:
      message - the detail message
    • AccessPolicyServiceException

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

      public AccessPolicyServiceException(Throwable cause)
      Constructs a new super exception with the specified cause.
      Parameters:
      cause - the cause