ClusterJUserException represents a database error. The underlying cause of the exception is contained in the "cause".
public class com.mysql.clusterj.ClusterJDatastoreException extends com.mysql.clusterj.ClusterJException {
// Public Constructorspublic ClusterJDatastoreException(java.lang.String message);
public ClusterJDatastoreException(java.lang.String msg,
int code,
int mysqlCode,
int status,
int classification);public ClusterJDatastoreException(java.lang.String message,
java.lang.Throwable t);public ClusterJDatastoreException(java.lang.Throwable t);
// Public Methodspublic int getClassification();
public int getStatus();
}
Methods inherited from
com.mysql.clusterj.ClusterJException:
printStackTrace
Methods inherited from
java.lang.Throwable:
fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, initCause
, setStackTrace
, toString
Methods inherited from
java.lang.Object:
equals
, getClass
, hashCode
, notify
, notifyAll
, wait