Class NessieNotAuthorizedException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      NessieNotAuthorizedException​(org.projectnessie.error.NessieError serverError)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • NessieNotAuthorizedException

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