4.3.1.2 ClusterJDatastore异常

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

4.3.1.2.1 概要
 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

4.3.1.2.2 获取分类()
public int getClassification();

获取分类

4.3.1.2.3 获取代码()
public int getCode();

获取代码

自从

7.3.15、7.4.13、7.5.4

4.3.1.2.4 获取Mysql代码()
public int getMysqlCode();

获取mysql代码

自从

7.3.15、7.4.13、7.5.4

4.3.1.2.5 获取状态()
public int getStatus();

获取状态