Class VolcanoTimeoutException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.calcite.plan.volcano.VolcanoTimeoutException
All Implemented Interfaces:
Serializable

public class VolcanoTimeoutException extends RuntimeException
Indicates that planning timed out. This is not an error; you can retry the operation.
See Also:
  • Constructor Details

    • VolcanoTimeoutException

      public VolcanoTimeoutException()