public class NativeQueryOptimizerNotLoaded extends DiagnosticBase
| Modifier and Type | Field and Description |
|---|---|
static int |
NQ_CONSTRUCTION_FAILED |
static int |
NQ_NOT_PRESENT |
| Constructor and Description |
|---|
NativeQueryOptimizerNotLoaded(int reason,
java.lang.Exception details) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
problem()
returns the potential problem that triggered the message
|
java.lang.Object |
reason()
returns the reason for the message
|
java.lang.String |
solution()
suggests a possible solution for the possible problem
|
toStringpublic static final int NQ_NOT_PRESENT
public static final int NQ_CONSTRUCTION_FAILED
public NativeQueryOptimizerNotLoaded(int reason,
java.lang.Exception details)
public java.lang.String problem()
DiagnosticBaseproblem in class DiagnosticBasepublic java.lang.Object reason()
DiagnosticBasereason in class DiagnosticBasepublic java.lang.String solution()
DiagnosticBasesolution in class DiagnosticBase