Package org.quartz

Class SchedulerException

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Throwable getUnderlyingException()
      Return the exception that is the underlying cause of this exception.
      java.lang.String toString()  
      • Methods inherited from class java.lang.Throwable

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

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

      • SchedulerException

        public SchedulerException()
      • SchedulerException

        public SchedulerException​(java.lang.String msg)
      • SchedulerException

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

        public SchedulerException​(java.lang.String msg,
                                  java.lang.Throwable cause)
    • Method Detail

      • getUnderlyingException

        public java.lang.Throwable getUnderlyingException()

        Return the exception that is the underlying cause of this exception.

        This may be used to find more detail about the cause of the error.

        Returns:
        the underlying exception, or null if there is not one.
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Throwable