Class QuartzJobSaveException

All Implemented Interfaces:
Serializable

public class QuartzJobSaveException extends RuntimeException
See Also:
  • Constructor Details

    • QuartzJobSaveException

      public QuartzJobSaveException()
    • QuartzJobSaveException

      public QuartzJobSaveException(String msg)
    • QuartzJobSaveException

      public QuartzJobSaveException(Throwable cause)
    • QuartzJobSaveException

      public QuartzJobSaveException(String msg, Throwable cause)
  • Method Details