MySQL NDB Cluster API Developer Guide

4.3.1.5 ClusterJFatalException

ClusterJFatalException represents an exception that is not recoverable.

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

  public ClusterJFatalException(Throwable t);
}

Direct known subclasses: com.mysql.clusterj.ClusterJFatalInternalException , com.mysql.clusterj.ClusterJFatalUserException

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