com.ibm.websphere.scheduler

Class SchedulerException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.websphere.scheduler.SchedulerException
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.Throwable getCause()
      Return the Throwable that is considered the root cause of this SchedulerException.
      • Methods inherited from class java.lang.Throwable

        fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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

      • SchedulerException

        public SchedulerException()
      • SchedulerException

        public SchedulerException(java.lang.String s)
      • SchedulerException

        public SchedulerException(java.lang.Throwable t)
      • SchedulerException

        public SchedulerException(java.lang.String s,
                          java.lang.Throwable t)
    • Method Detail

      • getCause

        public java.lang.Throwable getCause()
        Return the Throwable that is considered the root cause of this SchedulerException. Null is returned if the root cause is nonexistent or unknown. The root cause is the throwable that caused this SchedulerException to get thrown.
        Overrides:
        getCause in class java.lang.Throwable
        Returns:
        the Throwable that is the cause of this SchedulerException, or null if the cause is nonexistent or unknown.
        Since:
        5.0
IBM WebSphere Application ServerTM
Release 8.5