Package csw.framework.commons
Class CoordinatedShutdownReasons.FailureReason
- java.lang.Object
-
- csw.framework.commons.CoordinatedShutdownReasons.FailureReason
-
- All Implemented Interfaces:
akka.actor.CoordinatedShutdown.Reason
,java.io.Serializable
,scala.Equals
,scala.Product
,scala.Serializable
- Enclosing class:
- CoordinatedShutdownReasons
public static class CoordinatedShutdownReasons.FailureReason extends java.lang.Object implements akka.actor.CoordinatedShutdown.Reason, scala.Product, scala.Serializable
The shutdown was initiated by exceptionparam: 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()
-