Class JOP.persist.jdbc.DriverNotConfiguredException
All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home

Class JOP.persist.jdbc.DriverNotConfiguredException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----JOP.persist.jdbc.DriverNotConfiguredException

public class DriverNotConfiguredException
extends Exception

This is an INTERNAL class.

The current JDBC driver has not been configured for this database. JOP requires that the configuration utility JOP.persist.jdbc.JdbcConfig with each driver before that driver can be used.

See Also:
JdbcConfig

Constructor Index

 o DriverNotConfiguredException(String)

Constructors

 o DriverNotConfiguredException
  public DriverNotConfiguredException(String msg)

All Packages  Class Hierarchy  This Package  Previous  Next  Index  Home