Package ratpack.exec
Class UnmanagedThreadException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- ratpack.exec.ExecutionException
-
- ratpack.exec.UnmanagedThreadException
-
- All Implemented Interfaces:
java.io.Serializable
public class UnmanagedThreadException extends ExecutionException
Thrown when something is attempted outside of a Ratpack execution, that can only succeed during a Ratpack execution.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnmanagedThreadException()
Constructor.
-