Package org.projectnessie.error
Class NessieBackendThrottledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.error.NessieRuntimeException
-
- org.projectnessie.error.NessieBackendThrottledException
-
- All Implemented Interfaces:
java.io.Serializable,ErrorCodeAware
public class NessieBackendThrottledException extends NessieRuntimeException
If a backend store refuses to process a request, the condition is signalled to clients via this exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NessieBackendThrottledException(NessieError error)
-
Method Summary
-
Methods inherited from class org.projectnessie.error.NessieRuntimeException
getError, getErrorCode
-
-
-
-
Constructor Detail
-
NessieBackendThrottledException
public NessieBackendThrottledException(NessieError error)
-
-