public final class DataSourceException
extends java.io.IOException
Modifier and Type | Field and Description |
---|---|
static int |
POSITION_OUT_OF_RANGE |
int |
reason
The reason of this
DataSourceException . |
Constructor and Description |
---|
DataSourceException(int reason)
Constructs a DataSourceException.
|
public static final int POSITION_OUT_OF_RANGE
public final int reason
DataSourceException
. It can only be POSITION_OUT_OF_RANGE
.public DataSourceException(int reason)
reason
- Reason of the error. It can only be POSITION_OUT_OF_RANGE
.