Package org.projectnessie.error
Interface ErrorCodeAware
-
- All Known Implementing Classes:
BaseNessieClientServerException,NessieBackendThrottledException,NessieBadRequestException,NessieConflictException,NessieContentNotFoundException,NessieForbiddenException,NessieNamespaceAlreadyExistsException,NessieNamespaceNotEmptyException,NessieNamespaceNotFoundException,NessieNotFoundException,NessieReferenceAlreadyExistsException,NessieReferenceConflictException,NessieReferenceNotFoundException,NessieRefLogNotFoundException,NessieRuntimeException,NessieUnsupportedMediaTypeException
public interface ErrorCodeAwareA common interfaces for Nessie exceptions that have an associatedErrorCode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ErrorCodegetErrorCode()
-
-
-
Method Detail
-
getErrorCode
ErrorCode getErrorCode()
-
-