Class FailedState

java.lang.Object
org.jobrunr.jobs.states.AbstractJobState
org.jobrunr.jobs.states.FailedState
All Implemented Interfaces:
JobState

public class FailedState extends AbstractJobState
  • Constructor Details

    • FailedState

      protected FailedState()
    • FailedState

      public FailedState(String message, Exception exception)
  • Method Details

    • getMessage

      public String getMessage()
    • getExceptionType

      public String getExceptionType()
    • getExceptionMessage

      public String getExceptionMessage()
    • getExceptionCauseType

      public String getExceptionCauseType()
    • getExceptionCauseMessage

      public String getExceptionCauseMessage()
    • getStackTrace

      public String getStackTrace()
    • mustNotRetry

      public boolean mustNotRetry()
    • getException

      public Exception getException()