public class SchedulingException extends Exception
| Constructor and Description |
|---|
SchedulingException()
Constructs an
SchedulingException with no detail message. |
SchedulingException(String s)
Constructs an
SchedulingException with the specified detail
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchedulingException()
SchedulingException with no detail message.public SchedulingException(String s)
SchedulingException with the specified detail
message.s - the detail message.Copyright © 2015. All rights reserved.