Uses of Class
org.apache.shiro.subject.ExecutionException
-
Packages that use ExecutionException Package Description org.apache.shiro.subject Components supporting theSubjectinterface, the most important concept in Shiro's API.org.apache.shiro.subject.support Concrete support implementations of most of theorg.apache.shiro.subjectinterfaces. -
-
Uses of ExecutionException in org.apache.shiro.subject
Methods in org.apache.shiro.subject that throw ExecutionException Modifier and Type Method Description <V> VSubject. execute(Callable<V> callable)Associates the specifiedCallablewith thisSubjectinstance 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> VDelegatingSubject. execute(Callable<V> callable)
-