Class NessieRuntimeException

All Implemented Interfaces:
Serializable, ErrorCodeAware
Direct Known Subclasses:
NessieBackendThrottledException, NessieBadRequestException, NessieForbiddenException, NessieUnavailableException, NessieUnsupportedMediaTypeException

public abstract class NessieRuntimeException extends RuntimeException implements ErrorCodeAware
Represents unchecked exceptions raised by Nessie API endpoints.
See Also: