jrunx.persistence.greylock
Class JDBCUtils.DBUnsupportedTypeException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.persistence.greylock.JDBCUtils.DBUnsupportedTypeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JDBCUtils

public static class JDBCUtils.DBUnsupportedTypeException
extends java.lang.Exception

Unsupported type: {typeName}

See Also:
Serialized Form

Constructor Summary
JDBCUtils.DBUnsupportedTypeException(java.lang.String typeName)
           
 
Method Summary
 java.lang.String getTypeName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JDBCUtils.DBUnsupportedTypeException

public JDBCUtils.DBUnsupportedTypeException(java.lang.String typeName)
Method Detail

getTypeName

public java.lang.String getTypeName()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.