Package akka.remote
Class ResendBufferCapacityReachedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.remote.ResendBufferCapacityReachedException
-
- All Implemented Interfaces:
java.io.Serializable
public class ResendBufferCapacityReachedException extends AkkaException
Deprecated.Classic remoting is deprecated, use Artery. Since 2.6.0.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResendBufferCapacityReachedException(int c)
Deprecated.
-