Package akka.actor
Class StashOverflowException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- akka.AkkaException
-
- akka.actor.StashOverflowException
-
- All Implemented Interfaces:
java.io.Serializable
,scala.util.control.NoStackTrace
public class StashOverflowException extends AkkaException implements scala.util.control.NoStackTrace
Is thrown when the size of the Stash exceeds the capacity of the Stash- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description StashOverflowException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Throwable
$lessinit$greater$default$2()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-