ClusterJFatalInternalException represents an implementation error that the user cannot recover from.
public class ClusterJFatalInternalException extends, ClusterJFatalException {
// Public Constructorspublic ClusterJFatalInternalException(String string);
public ClusterJFatalInternalException(String string,
Throwable t);public ClusterJFatalInternalException(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