Package org.projectnessie.error
Class NessieForbiddenException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.error.NessieRuntimeException
org.projectnessie.error.NessieForbiddenException
- All Implemented Interfaces:
Serializable,ErrorCodeAware
Represents failures related to Nessie-specific access controls.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.projectnessie.error.NessieRuntimeException
getError, getErrorCodeMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.projectnessie.error.ErrorCodeAware
getErrorDetails
-
Constructor Details
-
NessieForbiddenException
-