Class TaskAlreadyExistsException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.appengine.api.taskqueue.TaskAlreadyExistsException
- All Implemented Interfaces:
Serializable
One or more task names already exists in the queue.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns a list of the names of the tasks that already exist, in the same order as they were given in the call to add().Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TaskAlreadyExistsException
-
-
Method Details
-
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 aTaskAlreadyExistsException
will populate this list. Otherwise it will be an empty list.
-