MySQL NDB Cluster API Developer Guide

4.3.1.7 ClusterJFatalUserException

ClusterJFatalUserException represents a user error that is unrecoverable, such as programming errors in persistent classes or missing resources in the execution environment.

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

  public ClusterJFatalUserException(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