public class GDSExceptionHelper
extends java.lang.Object
java.util.Properties
variable.Modifier and Type | Class and Description |
---|---|
static class |
GDSExceptionHelper.GDSMessage
This class wraps message template obtained from isc_error_msg.properties
file and allows to set parameters to the message.
|
Constructor and Description |
---|
GDSExceptionHelper() |
Modifier and Type | Method and Description |
---|---|
static GDSExceptionHelper.GDSMessage |
getMessage(int code)
This method returns a message for the specified error code.
|
static java.lang.String |
getSQLState(int code)
Get the SQL state for the specified error code.
|
public static GDSExceptionHelper.GDSMessage getMessage(int code)
code
- Firebird error codeGDSExceptionHelper.GDSMesssage
class
where you can set desired parameters.public static java.lang.String getSQLState(int code)
code
- Firebird error codeCopyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.