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