com.atlassian.jira.task
Class AlreadyExecutingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by java.util.concurrent.RejectedExecutionException
                  extended by com.atlassian.jira.task.AlreadyExecutingException
All Implemented Interfaces:
java.io.Serializable

public class AlreadyExecutingException
extends java.util.concurrent.RejectedExecutionException

This exception is thrown when attempting to start a task in a TaskManager that already has a live task with the same context.

Since:
v3.13
See Also:
Serialized Form

Constructor Summary
AlreadyExecutingException(TaskDescriptor taskDescriptor, java.lang.String message)
           
 
Method Summary
 TaskDescriptor getTaskDescriptor()
           
 
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

AlreadyExecutingException

public AlreadyExecutingException(TaskDescriptor taskDescriptor,
                                 java.lang.String message)
Method Detail

getTaskDescriptor

public TaskDescriptor getTaskDescriptor()


Copyright © 2002-2010 Atlassian. All Rights Reserved.