MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.ClusterJDatastoreException Class Reference
Inheritance diagram for com.mysql.clusterj.ClusterJDatastoreException:
Collaboration diagram for com.mysql.clusterj.ClusterJDatastoreException:

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)

Detailed Description

ClusterJUserException represents a database error. The underlying cause of the exception is contained in the "cause".

Definition at line 25 of file ClusterJDatastoreException.java.


The documentation for this class was generated from the following file: