Package com.google.apphosting.runtime
Class RequestManager.DeadlineRunnable
java.lang.Object
com.google.apphosting.runtime.RequestManager.DeadlineRunnable
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RequestManager
DeadlineRunnable causes the specified Throwable
to be thrown within the specified thread. The stack trace of the
Throwable is ignored, and is replaced with the stack trace of the
thread at the time the exception is thrown.-
Constructor Summary
ConstructorsConstructorDescriptionDeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable) -
Method Summary
-
Constructor Details
-
DeadlineRunnable
public DeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)
-
-
Method Details