MySQL 5.6.14 Source Code Document
|
Public Member Functions | |
ClusterJFatalInternalException (String string) | |
ClusterJFatalInternalException (String string, Throwable t) | |
ClusterJFatalInternalException (Throwable t) | |
Public Member Functions inherited from com.mysql.clusterj.ClusterJFatalException | |
ClusterJFatalException (String string) | |
ClusterJFatalException (String string, Throwable t) | |
ClusterJFatalException (Throwable t) | |
Public Member Functions inherited from com.mysql.clusterj.ClusterJException | |
ClusterJException (String message) | |
ClusterJException (String message, Throwable t) | |
ClusterJException (Throwable t) | |
synchronized void | printStackTrace (java.io.PrintStream s) |
ClusterJFatalInternalException represents an implementation error that the user cannot recover from.
Definition at line 25 of file ClusterJFatalInternalException.java.