Class InterruptedWaitingForPushBasedPlanThreadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
se.liu.ida.hefquin.engine.queryproc.QueryProcException
se.liu.ida.hefquin.engine.queryproc.ExecutionException
se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased.ConsumingPushBasedPlanThreadException
se.liu.ida.hefquin.engine.queryplan.executable.impl.pushbased.InterruptedWaitingForPushBasedPlanThreadException
- All Implemented Interfaces:
Serializable
public class InterruptedWaitingForPushBasedPlanThreadException
extends ConsumingPushBasedPlanThreadException
This class wraps an
InterruptedException
caught in a thread that
is waiting to consume the output of a PushBasedPlanThread
.- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InterruptedWaitingForPushBasedPlanThreadException
-