public class PhysicalOperatorSetupException extends ExecutionSetupException
| Constructor and Description |
|---|
PhysicalOperatorSetupException() |
PhysicalOperatorSetupException(String message) |
PhysicalOperatorSetupException(String message,
Throwable cause) |
PhysicalOperatorSetupException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
PhysicalOperatorSetupException(Throwable cause) |
fromThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic PhysicalOperatorSetupException()
public PhysicalOperatorSetupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public PhysicalOperatorSetupException(String message, Throwable cause)
public PhysicalOperatorSetupException(String message)
public PhysicalOperatorSetupException(Throwable cause)
Copyright © 2021 The Apache Software Foundation. All rights reserved.