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:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TaskAlreadyExistsException(String detail)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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().-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
TaskAlreadyExistsException
public TaskAlreadyExistsException(String detail)
-
-