Class FailedExecutionAttempt

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
fr.enedis.chutney.server.core.domain.execution.FailedExecutionAttempt
All Implemented Interfaces:
Serializable

public class FailedExecutionAttempt extends RuntimeException
See Also:
  • Field Details

    • executionId

      public final Long executionId
    • title

      public final String title
  • Constructor Details

    • FailedExecutionAttempt

      public FailedExecutionAttempt(Exception exception, Long executionId, String title)