Class ForbiddenException

    • Constructor Detail

      • ForbiddenException

        public ForbiddenException​(String errorMessage)
        Create a new ForbiddenException from the provided information.
        Parameters:
        errorMessage - The error message for this SCIM exception.
      • ForbiddenException

        public ForbiddenException​(String errorMessage,
                                  String scimType,
                                  Throwable cause)
        Create a new ForbiddenException from the provided information.
        Parameters:
        errorMessage - The error message for this SCIM exception.
        scimType - The SCIM detailed error keyword.
        cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • ForbiddenException

        public ForbiddenException​(ErrorResponse scimError,
                                  Throwable cause)
        Create a new ForbiddenException from the provided information.
        Parameters:
        scimError - The SCIM error response.
        cause - The cause (which is saved for later retrieval by the Throwable.getCause() method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)