Class ExecutionException

  • All Implemented Interfaces:

    public class ExecutionException
    extends org.apache.shiro.ShiroException
    Exception wrapping any potential checked exception thrown when a Subject executes a . This is a nicer alternative than forcing calling code to catch a normal checked Exception when it may not be necessary.

    If thrown, the causing exception will always be accessible via the method.

    Since:
    1.0
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
       message,  cause)  
       cause)  
    • Method Summary

      • Methods inherited from class java.lang.

        , , , , , , , , , , , ,
      • Methods inherited from class java.lang.

        , , , , , , , , ,
    • Constructor Detail

      • ExecutionException

        public ExecutionException​( cause)
      • ExecutionException

        public ExecutionException​( message,
                                   cause)