public class SchedulerException extends Exception
Scheduler.
SchedulerExceptions may contain a reference to another Exception, which was the underlying cause of the
SchedulerException.
| Constructor and Description |
|---|
SchedulerException() |
SchedulerException(String msg) |
SchedulerException(String msg,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getUnderlyingException()
Return the exception that is the underlying cause of this exception.
|
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic SchedulerException()
public SchedulerException(String msg)
public 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.
null if there is not one.Copyright © 2011–2017 Knowm Inc.. All rights reserved.