public class Exceptions extends Object
Modifier and Type | Field and Description |
---|---|
static SQLException |
CLOSED_BLOB |
static SQLException |
CLOSED_CLOB |
static SQLException |
CLOSED_CONNECTION |
static SQLException |
CLOSED_RESULT_SET |
static SQLException |
CLOSED_STATEMENT |
static SQLException |
COLUMN_INDEX_OUT_OF_BOUNDS |
static SQLException |
CURSOR_NOT_SCROLLABLE |
static SQLException |
ILLEGAL_ARGUMENT |
static SQLException |
INVALID_COLUMN_NAME |
static SQLException |
INVALID_COMMAND_FOR_GENERATED_KEYS |
static SQLException |
NO_RESULT_COUNT_AVAILABLE |
static SQLException |
NO_RESULT_SET_AVAILABLE |
static SQLException |
NOT_ALLOWED_ON_PREP_STMT |
static SQLException |
NOT_IMPLEMENTED |
static SQLException |
NOT_SUPPORTED |
static SQLException |
PARAMETER_INDEX_OUT_OF_BOUNDS |
static SQLException |
ROW_INDEX_OUT_OF_BOUNDS |
static SQLException |
RS_NOT_UPDATABLE |
static SQLException |
SERVER_VERSION_NOT_SUPPORTED |
static SQLException |
UNWRAP_ERROR |
Constructor and Description |
---|
Exceptions() |
public static final SQLException NOT_SUPPORTED
public static final SQLException NOT_IMPLEMENTED
public static final SQLException NOT_ALLOWED_ON_PREP_STMT
public static final SQLException INVALID_COMMAND_FOR_GENERATED_KEYS
public static final SQLException NO_RESULT_SET_AVAILABLE
public static final SQLException NO_RESULT_COUNT_AVAILABLE
public static final SQLException ILLEGAL_ARGUMENT
public static final SQLException CLOSED_STATEMENT
public static final SQLException CLOSED_RESULT_SET
public static final SQLException CLOSED_CONNECTION
public static final SQLException CLOSED_BLOB
public static final SQLException CLOSED_CLOB
public static final SQLException INVALID_COLUMN_NAME
public static final SQLException COLUMN_INDEX_OUT_OF_BOUNDS
public static final SQLException ROW_INDEX_OUT_OF_BOUNDS
public static final SQLException PARAMETER_INDEX_OUT_OF_BOUNDS
public static final SQLException SERVER_VERSION_NOT_SUPPORTED
public static final SQLException UNWRAP_ERROR
public static final SQLException CURSOR_NOT_SCROLLABLE
public static final SQLException RS_NOT_UPDATABLE
Copyright © 2013–2017 impossibl.com. All rights reserved.