MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
int | getStatus () |
int | getClassification () |
ClusterJDatastoreException (String message) | |
ClusterJDatastoreException (String message, Throwable t) | |
ClusterJDatastoreException (Throwable t) | |
ClusterJDatastoreException (String msg, int code, int mysqlCode, int status, int classification) | |
Public Member Functions inherited from com.mysql.clusterj.ClusterJException | |
ClusterJException (String message) | |
ClusterJException (String message, Throwable t) | |
ClusterJException (Throwable t) | |
synchronized void | printStackTrace (java.io.PrintStream s) |
ClusterJUserException represents a database error. The underlying cause of the exception is contained in the "cause".
Definition at line 25 of file ClusterJDatastoreException.java.