Class JobStartException

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Constructor Summary

      Constructors 
      Constructor Description
      JobStartException()
      JobStartException is thrown when an error occurs during the JobOperator start operation.
      JobStartException​(java.lang.String message)  
      JobStartException​(java.lang.String message, java.lang.Throwable cause)  
      JobStartException​(java.lang.Throwable cause)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • JobStartException

        public JobStartException()
        JobStartException is thrown when an error occurs during the JobOperator start operation.
      • JobStartException

        public JobStartException​(java.lang.String message)
      • JobStartException

        public JobStartException​(java.lang.Throwable cause)
      • JobStartException

        public JobStartException​(java.lang.String message,
                                 java.lang.Throwable cause)