Package akka.stream
Class RateExceededException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.stream.RateExceededException
-
- All Implemented Interfaces:
java.io.Serializable
public class RateExceededException extends java.lang.RuntimeException
Exception that is thrown when rated controlled by stream is exceeded- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RateExceededException(java.lang.String msg)
-