FileDocCategorySizeDatePackage
UnsupportedTypeException.javaAPI DocExample443Thu Jun 28 16:14:16 BST 2001com.ora.jsp.sql

UnsupportedTypeException

public 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.
author
Hans Bergsten, Gefion software
version
1.0

Fields Summary
Constructors Summary
public UnsupportedTypeException(String message)

        super(message);
    
Methods Summary