Class StashOverflowException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.pekko.actor.typed.scaladsl.StashOverflowException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
StashOverflowException

public class StashOverflowException extends RuntimeException
Is thrown when the size of the stash exceeds the capacity of the stash buffer.
See Also:
  • Constructor Details

    • StashOverflowException

      public StashOverflowException(String message)