Uses of Class
ratpack.exec.ExecutionException
-
Packages that use ExecutionException Package Description ratpack.exec The execution management. -
-
Uses of ExecutionException in ratpack.exec
Subclasses of ExecutionException in ratpack.exec Modifier and Type Class Description class
UnmanagedThreadException
Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution.
-