org.jenkinsci.plugins.externalscheduler
Class SchedulerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jenkinsci.plugins.externalscheduler.SchedulerException
- All Implemented Interfaces:
- Serializable
public class SchedulerException
- extends Exception
Exception thrown in case scheduler has entered a state in which given operation
can not be performed. Scheduler can leave this state at any time in future.
- Author:
- ogondza
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchedulerException
public SchedulerException(Throwable cause)
SchedulerException
public SchedulerException(String message)
SchedulerException
public SchedulerException(String message,
Throwable cause)
Copyright © 2004-2013. All Rights Reserved.