Class TaskAlreadyExistsException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.taskqueue.TaskAlreadyExistsException
All Implemented Interfaces:
Serializable

public class TaskAlreadyExistsException extends RuntimeException
One or more task names already exists in the queue.
See Also:
  • Constructor Details

    • TaskAlreadyExistsException

      public TaskAlreadyExistsException(String detail)
  • Method Details

    • getTaskNames

      public List<String> getTaskNames()
      Returns a list of the names of the tasks that already exist, in the same order as they were given in the call to add(). Only some of the methods that throw a TaskAlreadyExistsException will populate this list. Otherwise it will be an empty list.