com.atlassian.scheduler.core
Class JobRunnerNotRegisteredException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.atlassian.scheduler.SchedulerServiceException
              extended by com.atlassian.scheduler.core.JobRunnerNotRegisteredException
All Implemented Interfaces:
Serializable

public class JobRunnerNotRegisteredException
extends SchedulerServiceException

Since:
v1.0
See Also:
Serialized Form

Constructor Summary
JobRunnerNotRegisteredException(JobRunnerKey jobRunnerKey)
           
 
Method Summary
 JobRunnerKey getJobRunnerKey()
           
 
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

JobRunnerNotRegisteredException

public JobRunnerNotRegisteredException(JobRunnerKey jobRunnerKey)
Method Detail

getJobRunnerKey

public JobRunnerKey getJobRunnerKey()


Copyright © 2014 Atlassian. All Rights Reserved.