com.atlassian.scheduler
Class SchedulerRuntimeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.atlassian.scheduler.SchedulerRuntimeException
- All Implemented Interfaces:
- Serializable
@PublicApi
public class SchedulerRuntimeException
- extends RuntimeException
Indicates a problem interacting with the SchedulerService.
This is an unchecked exception and is used to report unexpected inconsistencies
in the scheduler configuration.
- Since:
- v1.0
- See Also:
SchedulerServiceException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchedulerRuntimeException
public SchedulerRuntimeException(String message)
SchedulerRuntimeException
public SchedulerRuntimeException(String message,
Throwable cause)
Copyright © 2014 Atlassian. All Rights Reserved.