MySQL NDB Cluster API Developer Guide

4.3.1.6 ClusterJFatalInternalException

ClusterJFatalInternalException represents an implementation error that the user cannot recover from.

4.3.1.6.1 Synopsis
 public class ClusterJFatalInternalException extends, ClusterJFatalException {
// Public Constructors  public ClusterJFatalInternalException(String string);
  public ClusterJFatalInternalException(String string,
                                        Throwable t);

  public ClusterJFatalInternalException(Throwable t);
}

Methods inherited from com.mysql.clusterj.ClusterJException: printStackTrace

Methods inherited from java.lang.Throwable: addSuppressed , fillInStackTrace , getCause , getLocalizedMessage , getMessage , getStackTrace , getSuppressed , initCause , setStackTrace , toString

Methods inherited from java.lang.Object: equals , getClass , hashCode , notify , notifyAll , wait