public interface SQLException
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRAINT_ERR |
static int |
DATABASE_ERR |
static int |
QUOTA_ERR |
static int |
SYNTAX_ERR |
static int |
TIMEOUT_ERR |
static int |
TOO_LARGE_ERR |
static int |
UNKNOWN_ERR |
static int |
VERSION_ERR |
Modifier and Type | Method and Description |
---|---|
int |
getCode() |
String |
getMessage() |
static final int CONSTRAINT_ERR
static final int DATABASE_ERR
static final int QUOTA_ERR
static final int SYNTAX_ERR
static final int TIMEOUT_ERR
static final int TOO_LARGE_ERR
static final int UNKNOWN_ERR
static final int VERSION_ERR
int getCode()
String getMessage()
Copyright © 2018. All rights reserved.