Class ExecutionSetupException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ForemanException, PhysicalOperatorSetupException

public class ExecutionSetupException extends DrillException
See Also:
  • Constructor Details

    • ExecutionSetupException

      public ExecutionSetupException()
    • ExecutionSetupException

      public ExecutionSetupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
    • ExecutionSetupException

      public ExecutionSetupException(String message, Throwable cause)
    • ExecutionSetupException

      public ExecutionSetupException(String message)
    • ExecutionSetupException

      public ExecutionSetupException(Throwable cause)
  • Method Details