com.ora.jsp.sql
Class UnsupportedTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ora.jsp.sql.UnsupportedTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedTypeException
extends java.lang.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.

Version:
1.0
Author:
Hans Bergsten, Gefion software
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
UnsupportedTypeException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

UnsupportedTypeException

public UnsupportedTypeException(java.lang.String message)