Module com.spotify.futures
Package com.spotify.futures
Class ConcurrencyLimiter.CapacityReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.spotify.futures.ConcurrencyLimiter.CapacityReachedException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- ConcurrencyLimiter<T>
public static class ConcurrencyLimiter.CapacityReachedException extends java.lang.RuntimeException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CapacityReachedException(java.lang.String errorMessage)
-