Package org.projectnessie.client.rest
Class NessieBackendThrottledException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.projectnessie.client.rest.NessieServiceException
-
- org.projectnessie.client.rest.NessieBackendThrottledException
-
- All Implemented Interfaces:
Serializable
public class NessieBackendThrottledException extends NessieServiceException
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 serverError)
-
Method Summary
-
Methods inherited from class org.projectnessie.client.rest.NessieServiceException
getError
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
NessieBackendThrottledException
public NessieBackendThrottledException(NessieError serverError)
-
-