Class JobExecutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.bluebell.greenhouse.platform.exceptions.job.JobExecutionException
All Implemented Interfaces:
Serializable

public class JobExecutionException extends RuntimeException
Exception when a Job is actioned without an execution time (job hasn't started yet).
Version:
1.0.1
Author:
Stephen Prizio
See Also:
  • Constructor Details

    • JobExecutionException

      public JobExecutionException(String message)
      Generic constructor.
      Parameters:
      message - message
    • JobExecutionException

      public JobExecutionException(String message, Throwable throwable)
      Generic constructor with Throwable instance.
      Parameters:
      message - message
      throwable - Throwable