public class HiveException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ERROR |
static java.lang.String |
ITEM_NOT_FOUND |
static java.lang.String |
NO_RPC_NODE_AVAILABLE |
| Constructor and Description |
|---|
HiveException() |
HiveException(java.lang.String message) |
HiveException(java.lang.String message,
java.lang.Throwable cause) |
HiveException(java.lang.Throwable cause) |
public static final java.lang.String NO_RPC_NODE_AVAILABLE
public static final java.lang.String ITEM_NOT_FOUND
public static final java.lang.String ERROR