public class JobSchedulerException
extends java.lang.RuntimeException
Constructor and Description |
---|
JobSchedulerException()
Initializes a new instance of the
JobSchedulerException class. |
JobSchedulerException(java.lang.String message)
Initializes a new instance of the
JobSchedulerException class. |
JobSchedulerException(java.lang.String message,
java.lang.Exception cause)
Initializes a new instance of the
JobSchedulerException class. |
public JobSchedulerException()
JobSchedulerException
class.public JobSchedulerException(java.lang.String message)
JobSchedulerException
class.message
- Error message.public JobSchedulerException(java.lang.String message, java.lang.Exception cause)
JobSchedulerException
class.message
- Error message.cause
- The inner exception.