public class CommandProcessorException extends Exception
| Constructor and Description |
|---|
CommandProcessorException(int responseCode) |
CommandProcessorException(int responseCode,
int hiveErrorCode,
String errorMessage,
String sqlState,
Throwable exception) |
CommandProcessorException(String errorMessage) |
CommandProcessorException(String errorMessage,
Throwable exception) |
CommandProcessorException(Throwable exception) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCauseMessage() |
int |
getErrorCode() |
int |
getResponseCode() |
String |
getSqlState() |
String |
toString() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic CommandProcessorException(int responseCode)
public CommandProcessorException(String errorMessage)
public CommandProcessorException(Throwable exception)
public CommandProcessorException(String errorMessage, Throwable exception)
Copyright © 2024 The Apache Software Foundation. All rights reserved.