Class DeferredTaskCreationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.taskqueue.DeferredTaskCreationException
-
- All Implemented Interfaces:
Serializable
public class DeferredTaskCreationException extends RuntimeException
Indicates a failure to create a task payload. This is most likely an issue with serialization.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DeferredTaskCreationException(Throwable e)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DeferredTaskCreationException
public DeferredTaskCreationException(Throwable e)
-
-