ClusterJFatalException represents an exception that is not recoverable.
public class ClusterJFatalException extends, ClusterJException {
// Public Constructorspublic ClusterJFatalException(String string);
public ClusterJFatalException(String string,
Throwable t);public ClusterJFatalException(Throwable t);
}
Direct known subclasses:
com.mysql.clusterj.ClusterJFatalInternalException
, com.mysql.clusterj.ClusterJFatalUserException
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