Package org.apache.calcite.plan.volcano
Class VolcanoTimeoutException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.plan.volcano.VolcanoTimeoutException
- All Implemented Interfaces:
Serializable
Indicates that planning timed out. This is not an error; you can
retry the operation.
- See Also:
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
VolcanoTimeoutException
public VolcanoTimeoutException()
-