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
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(NessieError serverError)
-
Method Summary
-
Methods inherited from class org.projectnessie.client.rest.NessieServiceException
getError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NessieNotAuthorizedException
public NessieNotAuthorizedException(NessieError serverError)
-
-