相關文件 下載本手冊
PDF (US Ltr) - 3.6Mb
PDF (A4) - 3.6Mb


4.3.1.4 ClusterJException

ClusterJException 是所有 ClusterJ 例外狀況的基礎。應用程式可以捕捉 ClusterJException 以接收所有 ClusterJ 回報的問題通知。

例外狀況分為三個一般類別:使用者例外狀況、資料儲存區例外狀況和內部例外狀況。

4.3.1.4.1 概要
 public class ClusterJException extends, RuntimeException {
// Public Constructors  public ClusterJException(String message);
  public ClusterJException(String message,
                           Throwable t);

  public ClusterJException(Throwable t);
// Public Methods  public synchronized void printStackTrace(PrintStream s);
}

直接已知的子類別com.mysql.clusterj.ClusterJDatastoreException , com.mysql.clusterj.ClusterJFatalException , com.mysql.clusterj.ClusterJUserException

從 java.lang.Throwable 繼承的方法addSuppressedfillInStackTracegetCausegetLocalizedMessagegetMessagegetStackTracegetSuppressedinitCauseprintStackTracesetStackTracetoString

從 java.lang.Object 繼承的方法equalsgetClasshashCodenotifynotifyAllwait