Package akka.actor

Class 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface scala.util.control.NoStackTrace

        fillInStackTrace
    • Constructor Detail

      • StashOverflowException

        public StashOverflowException​(java.lang.String message,
                                      java.lang.Throwable cause)
    • Method Detail

      • $lessinit$greater$default$2

        public static java.lang.Throwable $lessinit$greater$default$2()