public class SchedulerException extends Exception
Scheduler
.
SchedulerException
s 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) |
SchedulerException(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, setStackTrace
public SchedulerException()
public SchedulerException(String msg)
public SchedulerException(Throwable cause)
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 2001-2019, Terracotta, Inc.