UnsupportedTypeExceptionpublic class UnsupportedTypeException extends Exception This exception is thrown when trying to create an instance of
Row from a ResultSet with a column of a type that is not supported,
e.g. a BINARY column. |
Constructors Summary |
---|
public UnsupportedTypeException(String message)
super(message);
|
|