public class ExecutionSetupException extends DrillException
Constructor and Description |
---|
ExecutionSetupException() |
ExecutionSetupException(String message) |
ExecutionSetupException(String message,
Throwable cause) |
ExecutionSetupException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
ExecutionSetupException(Throwable cause) |
Modifier and Type | Method and Description |
---|---|
static ExecutionSetupException |
fromThrowable(String message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionSetupException()
public ExecutionSetupException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
public ExecutionSetupException(String message)
public ExecutionSetupException(Throwable cause)
public static ExecutionSetupException fromThrowable(String message, Throwable cause)
Copyright © 1970 The Apache Software Foundation. All rights reserved.