Class JobInterruptException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.knowm.sundial.exceptions.JobInterruptException
All Implemented Interfaces:
Serializable

public class JobInterruptException extends RuntimeException
This Exception is only used by the Job class to abort a running Job. Do not use this elsewhere.
See Also:
  • Constructor Details

    • JobInterruptException

      public JobInterruptException()
      Constructor