MySQL NDB Cluster API 开发人员指南 / 第 4 章 MySQL NDB Cluster Connector for Java / 4.3 ClusterJ API 参考 / 4.3.1 com.mysql.clusterj /
4.3.1.2 ClusterJDatastore异常
ClusterJUserException 表示数据库错误。异常的根本原因包含在“原因”中。
public class ClusterJDatastoreException extends, ClusterJException {
// 公共构造函数// 公共方法}public ClusterJDatastoreException(String message);
public ClusterJDatastoreException(String msg,
int code,
int mysqlCode,
int status,
int classification);public ClusterJDatastoreException(String message,
Throwable t);public ClusterJDatastoreException(Throwable t);
public int getClassification();
public int getCode();
public int getMysqlCode();
public int getStatus();
从 com.mysql.clusterj.ClusterJException 继承的方法:
printStackTrace
从 java.lang.Throwable 继承的方法:
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, setStackTrace
,toString
从 java.lang.Object 继承的方法:
equals
, getClass
, hashCode
, notify
, notifyAll
,wait