public class SchedulerException
extends java.lang.Exception
Constructor and Description |
---|
SchedulerException() |
SchedulerException(java.lang.String s) |
SchedulerException(java.lang.String s,
java.lang.Throwable t) |
SchedulerException(java.lang.Throwable t) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause()
Return the Throwable that is considered the root cause of this SchedulerException.
|
public SchedulerException()
public SchedulerException(java.lang.String s)
public SchedulerException(java.lang.Throwable t)
public SchedulerException(java.lang.String s, java.lang.Throwable t)
public java.lang.Throwable getCause()
getCause
in class java.lang.Throwable