Package com.google.apphosting.runtime
Class RequestManager.DeadlineRunnable
- java.lang.Object
-
- com.google.apphosting.runtime.RequestManager.DeadlineRunnable
-
- All Implemented Interfaces:
Runnable
- Enclosing class:
- RequestManager
public class RequestManager.DeadlineRunnable extends Object implements Runnable
DeadlineRunnablecauses the specifiedThrowableto 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
Constructors Constructor Description DeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)
-
-
-
Constructor Detail
-
DeadlineRunnable
public DeadlineRunnable(RequestManager requestManager, RequestManager.RequestToken token, boolean isUncatchable)
-
-