Class NessieNotAuthorizedException

All Implemented Interfaces:
Serializable

public class NessieNotAuthorizedException extends NessieServiceException
Indicates a condition where the client's request was not authorized to access the Nessie Server. Note that this exception generally results from error responses generated by service containers above the level of Nessie services.

Authorization failures within Nessie will generally be represented by NessieForbiddenException.

See Also:
  • Constructor Details

    • NessieNotAuthorizedException

      public NessieNotAuthorizedException(org.projectnessie.error.NessieError serverError)