ClusterJFatalUserException represents a user error that is unrecoverable, such as programming errors in persistent classes or missing resources in the execution environment.
public class ClusterJFatalUserException extends, ClusterJFatalException {
// Public Constructorspublic ClusterJFatalUserException(String string);
public ClusterJFatalUserException(String string,
Throwable t);public ClusterJFatalUserException(Throwable t);
}
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