com.atlassian.scheduler
Class SchedulerServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
SchedulerServiceException(String message)
           
SchedulerServiceException(String message, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SchedulerServiceException

public SchedulerServiceException(String message)

SchedulerServiceException

public SchedulerServiceException(String message,
                                 Throwable cause)


Copyright © 2014 Atlassian. All Rights Reserved.