public static class PendingJavaScriptResult.JavaScriptException extends RuntimeException
CompletableFuture
returned from
PendingJavaScriptResult
is completed exceptionally because of a
client-side error.Constructor and Description |
---|
JavaScriptException(String message)
Creates a new JavaScript exception with the given message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JavaScriptException(String message)
message
- the exception message, not null
Copyright © 2021. All rights reserved.