public class ExecutionException extends ShiroException
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.Constructor and Description |
---|
ExecutionException(String message,
Throwable cause) |
ExecutionException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionException(Throwable cause)
public ExecutionException(String message, Throwable cause)
Copyright © 2004-2016 The Apache Software Foundation. All Rights Reserved.