Class ExecutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.shiro.lang.ShiroException
org.apache.shiro.subject.ExecutionException
- All Implemented Interfaces:
Serializable
Exception wrapping any potential checked exception thrown when a
Subject executes a
Callable. 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 getCause() method.- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionException(String message, Throwable cause) ExecutionException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ExecutionException
-
ExecutionException
-