Class QueueFailureException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.appengine.api.taskqueue.QueueFailureException
-
- All Implemented Interfaces:
Serializable
public class QueueFailureException extends RuntimeException
Unspecified queue failure.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description QueueFailureException(String detail)
QueueFailureException(String string, Throwable exception)
QueueFailureException(Throwable exception)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-