Uses of Class
org.apache.shiro.subject.ExecutionException

Packages that use ExecutionException
org.apache.shiro.subject Components supporting the Subject interface, the most important concept in Shiro's API. 
org.apache.shiro.subject.support Concrete support implementations of most of the org.apache.shiro.subject interfaces. 
 

Uses of ExecutionException in org.apache.shiro.subject
 

Methods in org.apache.shiro.subject that throw ExecutionException
<V> V
Subject.execute(Callable<V> callable)
          Associates the specified Callable with this Subject 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
<V> V
DelegatingSubject.execute(Callable<V> callable)
           
 



Copyright © 2004-2012 The Apache Software Foundation. All Rights Reserved.