Package org.projectnessie.client.rest
Class NessieNotAuthorizedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.client.rest.NessieServiceException
org.projectnessie.client.rest.NessieNotAuthorizedException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionNessieNotAuthorizedException(org.projectnessie.error.NessieError serverError) -
Method Summary
Methods inherited from class org.projectnessie.client.rest.NessieServiceException
getErrorMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NessieNotAuthorizedException
public NessieNotAuthorizedException(org.projectnessie.error.NessieError serverError)
-