AbstractStashStash Method |
Namespace: Akka.Actor.Internal
Exception | Condition |
---|---|
IllegalActorStateException | This exception is thrown if we attempt to stash the same message more than once. |
StashOverflowException | This exception is thrown in the event that we're using a BoundedMessageQueue for the IStash and we've exceeded capacity. |