Class RestartingStoryFailure

All Implemented Interfaces:
Serializable

public class RestartingStoryFailure extends RuntimeException
Runtime exception thrown to indicate that the story should be restarted.
See Also:
  • Constructor Details

    • RestartingStoryFailure

      public RestartingStoryFailure(String message)
    • RestartingStoryFailure

      public RestartingStoryFailure(String message, Throwable cause)