Package akka.actor.typed.scaladsl
Class StashOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.actor.typed.scaladsl.StashOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
StashOverflowException
public class StashOverflowException extends java.lang.RuntimeException
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)
-