public class SubstitutionException extends SchedulerException
Constructor and Description |
---|
SubstitutionException()
Constructor
|
SubstitutionException(String msg)
Constructor with a detailed message.
|
SubstitutionException(String msg,
Throwable cause)
Constructor with a detailed message and underlying cause.
|
SubstitutionException(Throwable cause)
Constructor with the underlying cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public SubstitutionException()
public SubstitutionException(String msg)
msg
- - the associated detailed messagepublic SubstitutionException(Throwable cause)
cause
- - the underlying cause for exception.