Package io.trino.execution
Class ExecutionFailureInfo
java.lang.Object
io.trino.execution.ExecutionFailureInfo
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionFailureInfo(String type, String message, ExecutionFailureInfo cause, List<ExecutionFailureInfo> suppressed, List<String> stack, ErrorLocation errorLocation, ErrorCode errorCode, HostAddress remoteHost) -
Method Summary
Modifier and TypeMethodDescriptiongetCause()getStack()getType()static StackTraceElementtoStackTraceElement(String stack)
-
Constructor Details
-
ExecutionFailureInfo
public ExecutionFailureInfo(String type, String message, ExecutionFailureInfo cause, List<ExecutionFailureInfo> suppressed, List<String> stack, @Nullable ErrorLocation errorLocation, @Nullable ErrorCode errorCode, @Nullable HostAddress remoteHost)
-
-
Method Details
-
getType
-
getMessage
-
getCause
-
getSuppressed
-
getStack
-
getErrorLocation
-
getErrorCode
-
getRemoteHost
-
toFailureInfo
-
toException
-
toStackTraceElement
-