4.3.1.9 ClusterJUserException

ClusterJUserException 表示用户编程错误。

4.3.1.9.1 概要
 public  class  ClusterJUserException extends, ClusterJException  {
// 公共构造函数}  public ClusterJUserException(String message);
  public ClusterJUserException(String message,
                               Throwable t);

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