4.3.1.4 ClusterJException

ClusterJException 是所有 ClusterJ 异常的基础。应用程序可以捕获 ClusterJException 以通知所有 ClusterJ 报告的问题。

异常分为三大类:用户异常、数据存储区异常和内部异常。

4.3.1.4.1 概要
 public  class  ClusterJException extends, RuntimeException  {
// 公共构造函数// 公共方法}  public ClusterJException(String message);
  public ClusterJException(String message,
                           Throwable t);

  public ClusterJException(Throwable t);
  public synchronized void printStackTrace(PrintStream s);

直接已知子com.mysql.clusterj.ClusterJDatastoreException ,,com.mysql.clusterj.ClusterJFatalExceptioncom.mysql.clusterj.ClusterJUserException

java.lang.Throwable继承 方法addSuppressed ,,,,,,,,,,,,, fillInStackTrace _ getCause _ getLocalizedMessage _ getMessage _ getStackTrace _getSuppressedinitCauseprintStackTracesetStackTracetoString

从 java.lang.Object 继承的方法equals , getClass , hashCode , notify , notifyAll ,wait