public class VirtuosoFNSException
extends java.sql.SQLFeatureNotSupportedException
All classes can thrown a such exception.
SQLException,
Serialized Form| Constructor | Description |
|---|---|
VirtuosoFNSException(java.lang.Exception e,
int vendor) |
Constructs a VirtuosoException based on some odd exception.
|
VirtuosoFNSException(java.lang.String data,
int vendor) |
Constructs a VirtuosoException based on an error occurred from Virtuoso.
|
VirtuosoFNSException(java.lang.String data,
java.lang.String sqlstate,
int vendor) |
Constructs a VirtuosoException based on an error occurred from Virtuoso
and an SQL state.
|
public VirtuosoFNSException(java.lang.String data,
int vendor)
data - The error message.vendor - The error code vendor.public VirtuosoFNSException(java.lang.String data,
java.lang.String sqlstate,
int vendor)
data - The error message.sqlstate - The SQL state of the error.vendor - The error code vendor.public VirtuosoFNSException(java.lang.Exception e,
int vendor)
e - The exception that caused this to be thrown.vendor - The error code vendor.