Package ratpack.exec

Class UnmanagedThreadException

  • All Implemented Interfaces:
    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 Detail

      • UnmanagedThreadException

        public UnmanagedThreadException()
        Constructor.