public class CallPausedException extends Exception
getContinuation().
For performance reasons, instances of this class do not contain a stack trace.
| Constructor and Description |
|---|
CallPausedException(Continuation continuation)
Constructs a new instance of
CallPausedException with the specified
continuation. |
| Modifier and Type | Method and Description |
|---|---|
Continuation |
getContinuation()
Get the continuation of the paused call.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CallPausedException(Continuation continuation)
CallPausedException with the specified
continuation.
For performance reasons, the exception does not have a writable stack trace.
continuation - the continuation of the paused call, must not be nullNullPointerException - if continuation is nullpublic Continuation getContinuation()
Copyright © 2016. All rights reserved.