Class BackendLimitExceededException

All Implemented Interfaces:
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:
  • Constructor Details

    • BackendLimitExceededException

      public BackendLimitExceededException(String message, Throwable cause)
    • BackendLimitExceededException

      public BackendLimitExceededException(String message)