MySQL NDB Cluster 8.1 手冊
MySQL NDB Cluster 8.0 手冊
NDB Cluster 內部手冊
ClusterJUserException 代表資料庫錯誤。 例外狀況的根本原因包含在「原因」中。
public class ClusterJDatastoreException extends, ClusterJException {
// Public Constructorspublic ClusterJDatastoreException(String message);
public ClusterJDatastoreException(String msg,
int code,
int mysqlCode,
int status,
int classification);public ClusterJDatastoreException(String message,
Throwable t);public ClusterJDatastoreException(Throwable t);
// Public Methodspublic int getClassification();
public int getCode();
public int getMysqlCode();
public int getStatus();
}
從 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