Class ScheduledJobException

  • All Implemented Interfaces:
    java.io.Serializable

    @API
    public class ScheduledJobException
    extends java.lang.Exception
    This exception may be thrown from an execution of a scheduled job.
    Since:
    4 nov 2013
    See Also:
    Serialized Form
    • 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

      • ScheduledJobException

        public ScheduledJobException()
      • ScheduledJobException

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

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

        public ScheduledJobException​(java.lang.Throwable cause)