Package akka.actor.typed.javadsl
Class StashOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.actor.typed.scaladsl.StashOverflowException
-
- akka.actor.typed.javadsl.StashOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
public final class StashOverflowException extends StashOverflowException
Is thrown when the size of the stash exceeds the capacity of the stash buffer.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StashOverflowException(java.lang.String message)
-