JavaScript is disabled on your browser.
This specification is not final and is subject to change. Use is subject to
license terms
.
Skip navigation links
Java SE 19 & JDK 19
DRAFT 19-internal-adhoc.aph.loom
Overview
Module
Package
Class
Use
Tree
Preview
New
Deprecated
Index
Help
SEARCH
Uses of Class
java.util.concurrent.CompletionException
Packages that use
CompletionException
Package
Description
javax.security.auth
This package provides a framework for authentication and authorization.
Uses of
CompletionException
in
javax.security.auth
Methods in
javax.security.auth
that throw
CompletionException
Modifier and Type
Method
Description
static <T> T
Subject.
callAs
(
Subject
subject,
Callable
<T> action)
Executes a
Callable
with
subject
as the current subject.