MySQL NDB Cluster API Developer Guide

4.3.1.9 ClusterJUserException

ClusterJUserException represents a user programming error.

4.3.1.9.1 Synopsis
 public class ClusterJUserException extends, ClusterJException {
// Public Constructors  public ClusterJUserException(String message);
  public ClusterJUserException(String message,
                               Throwable t);

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