文档首页
MySQL NDB Cluster API 开发者指南
相关文档 下载本手册

4.3.1.2 ClusterJDatastoreException

ClusterJUserException 表示数据库错误。异常的根本原因包含在“cause”中。

4.3.1.2.1 概要
 public class ClusterJDatastoreException extends, ClusterJException {
// Public Constructors  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 Methods  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

4.3.1.2.2 getClassification()
public int getClassification();

获取分类

4.3.1.2.3 getCode()
public int getCode();

获取代码

7.3.15, 7.4.13, 7.5.4

4.3.1.2.4 getMysqlCode()
public int getMysqlCode();

获取 MySQL 代码

7.3.15, 7.4.13, 7.5.4

4.3.1.2.5 getStatus()
public int getStatus();

获取状态