类 ServerUnknownException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.elastos.hive.exception.HiveException
-
- org.elastos.hive.exception.ServerUnknownException
-
- 所有已实现的接口:
java.io.Serializable
public class ServerUnknownException extends HiveException
- 另请参阅:
- 序列化表格
-
-
构造器概要
构造器 构造器 说明 ServerUnknownException()ServerUnknownException(int httpCode, java.lang.String message)ServerUnknownException(java.lang.String message)ServerUnknownException(NodeRPCException e)
-
-
-
构造器详细资料
-
ServerUnknownException
public ServerUnknownException()
-
ServerUnknownException
public ServerUnknownException(java.lang.String message)
-
ServerUnknownException
public ServerUnknownException(int httpCode, java.lang.String message)
-
ServerUnknownException
public ServerUnknownException(NodeRPCException e)
-
-