com.atlassian.scheduler
Class SchedulerServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.atlassian.scheduler.SchedulerServiceException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- JobRunnerNotRegisteredException
@PublicApi
public class SchedulerServiceException
- extends Exception
Indicates a problem interacting with the SchedulerService.
This is a checked exception and is used to report immediate failures,
such as failed job registrations.
- Since:
- v1.0
- See Also:
SchedulerRuntimeException,
Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SchedulerServiceException
public SchedulerServiceException(String message)
SchedulerServiceException
public SchedulerServiceException(String message,
Throwable cause)
Copyright © 2014 Atlassian. All Rights Reserved.