public class ScheduleParameterException extends Exception
Constructor and Description |
---|
ScheduleParameterException(String message)
Constructor.
|
ScheduleParameterException(String message,
Throwable cause)
Constructor for an inner exception and message.
|
ScheduleParameterException(Throwable cause)
Constructor.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ScheduleParameterException(String message)
message
- is the error messagepublic ScheduleParameterException(String message, Throwable cause)
message
- is the error messagecause
- is the inner exceptionpublic ScheduleParameterException(Throwable cause)
cause
- is the inner exception