Uses of Class
org.apache.shiro.subject.ExecutionException
-
Packages that use ExecutionException Package Description org.apache.shiro.subject Components supporting theSubject
interface, the most important concept in Shiro's API.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subject
interfaces. -
-
Uses of ExecutionException in org.apache.shiro.subject
Methods in org.apache.shiro.subject that throw ExecutionException Modifier and Type Method Description <V> V
Subject. execute(Callable<V> callable)
Associates the specifiedCallable
with thisSubject
instance and then executes it on the currently running thread. -
Uses of ExecutionException in org.apache.shiro.subject.support
Methods in org.apache.shiro.subject.support that throw ExecutionException Modifier and Type Method Description <V> V
DelegatingSubject. execute(Callable<V> callable)
-