ClusterJUserException represents a database error. The underlying cause of the exception is contained in the "cause".
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();
}
Methods inherited from
com.mysql.clusterj.ClusterJException:
printStackTrace
Methods inherited from
java.lang.Throwable:
addSuppressed
, fillInStackTrace
, getCause
, getLocalizedMessage
, getMessage
, getStackTrace
, getSuppressed
, initCause
, setStackTrace
, toString
Methods inherited from
java.lang.Object:
equals
, getClass
, hashCode
, notify
, notifyAll
, wait