MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
com.mysql.clusterj.ClusterJFatalUserException Class Reference
Inheritance diagram for com.mysql.clusterj.ClusterJFatalUserException:
Collaboration diagram for com.mysql.clusterj.ClusterJFatalUserException:

Public Member Functions

 ClusterJFatalUserException (String string)
 ClusterJFatalUserException (String string, Throwable t)
 ClusterJFatalUserException (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)

Detailed Description

ClusterJFatalUserException represents a user error that is unrecoverable, such as programming errors in persistent classes or missing resources in the execution environment.

Definition at line 26 of file ClusterJFatalUserException.java.


The documentation for this class was generated from the following file: