Class CoordinatedShutdownReasons.FailureReason

  • All Implemented Interfaces:
    akka.actor.CoordinatedShutdown.Reason, java.io.Serializable, scala.Equals, scala.Product
    Enclosing class:
    CoordinatedShutdownReasons

    public static class CoordinatedShutdownReasons.FailureReason
    extends java.lang.Object
    implements akka.actor.CoordinatedShutdown.Reason, scala.Product, java.io.Serializable
    The shutdown was initiated by exception

    param: reason represents the cause in terms of exception

    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      FailureReason​(java.lang.Throwable reason)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable reason()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface scala.Equals

        canEqual, equals
      • Methods inherited from interface scala.Product

        productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
    • Constructor Detail

      • FailureReason

        public FailureReason​(java.lang.Throwable reason)
    • Method Detail

      • reason

        public java.lang.Throwable reason()