Package akka.actor

Class OriginalRestartException


  • public class OriginalRestartException
    extends java.lang.Object
    This is an extractor for retrieving the original cause (i.e. the first failure) from a PostRestartException. In the face of multiple “nested” restarts it will walk the origCause-links until it arrives at a non-PostRestartException type.
    • Constructor Detail

      • OriginalRestartException

        public OriginalRestartException()
    • Method Detail