jrunx.persistence.greylock
Class DBStoreManager.DatasourceMappingException

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

public static class DBStoreManager.DatasourceMappingException
extends DBException

sqlmap.xml does not contain a mapping for JDBC driver vendor Vendor: {vendor}

See Also:
Serialized Form

Fields inherited from class jrunx.persistence.greylock.DBException
rootException
 
Constructor Summary
DBStoreManager.DatasourceMappingException(java.lang.String vendor)
           
 
Method Summary
 java.lang.String getVendor()
           
 
Methods inherited from class jrunx.persistence.greylock.DBException
getRootException
 
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

DBStoreManager.DatasourceMappingException

public DBStoreManager.DatasourceMappingException(java.lang.String vendor)
Method Detail

getVendor

public java.lang.String getVendor()


Copyright � 2002 Macromedia Corporation. All Rights Reserved.