Package org.projectnessie.versioned
Class BackendLimitExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.versioned.VersionStoreError
-
- org.projectnessie.versioned.BackendLimitExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class BackendLimitExceededException extends VersionStoreError
Thrown when some limit against the store's backend is exceeded and requests against the store or a specific part of the store (e.g. a DynamoDB partition) have been refused/throttled by the backend store.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BackendLimitExceededException(java.lang.String message)BackendLimitExceededException(java.lang.String message, java.lang.Throwable cause)
-