Package org.projectnessie.error
Class NessieRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.projectnessie.error.NessieRuntimeException
- All Implemented Interfaces:
Serializable,ErrorCodeAware
- Direct Known Subclasses:
NessieBackendThrottledException,NessieBadRequestException,NessieForbiddenException,NessieUnavailableException,NessieUnsupportedMediaTypeException
Represents unchecked exceptions raised by Nessie API endpoints.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods 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
-
NessieRuntimeException
-
-
Method Details
-
getError
-
getErrorCode
- Specified by:
getErrorCodein interfaceErrorCodeAware
-