-
mainMessage
java.lang.String mainMessage
The main message of this exception.
-
hint
java.lang.String hint
A possible hint on how to fix the error.
-
contextId
HyperException.ContextId contextId
A context id. Each throw expression has a unique context id that is stored in the thrown error.
-
cause
HyperException cause
The Hyper error exception which caused this exception. This may go several exceptions deep.
-
sqlState
java.lang.String sqlState
The SQL state associated with the error, if any.