类 HiveException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.elastos.hive.exception.HiveException
-
- 所有已实现的接口:
java.io.Serializable
public class HiveException extends java.lang.ExceptionBase class of other hive exceptions. Most of the sub-classes is the wrapper of the error comes from the backend APIs.- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 HiveException()HiveException(java.lang.String message)HiveException(java.lang.String message, java.lang.Throwable cause)HiveException(java.lang.Throwable cause)
-