4.3.1.6 ClusterJFatalInternalException

ClusterJFatalInternalException 表示用户无法从中恢复的实现错误。

4.3.1.6.1 概要
 public  class  ClusterJFatalInternalException extends, ClusterJFatalException  {
// 公共构造函数}  public ClusterJFatalInternalException(String string);
  public ClusterJFatalInternalException(String string,
                                        Throwable t);

  public ClusterJFatalInternalException(Throwable t);

从 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