Object Translator

com.informix.ormapper
Class NoDriverException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.sql.SQLException
                    |
                    +--com.informix.ormapper.DatabaseException
                          |
                          +--com.informix.ormapper.NoDriverException

public class NoDriverException
extends DatabaseException

This is the sub Object Translator exception that will be thrown when no suitable JDBC driver can be loaded for a particular URL.

See Also:
Serialized Form

Constructor Summary
NoDriverException()
           
NoDriverException(com.informix.ormapper.OResourceBundle res)
           
NoDriverException(com.informix.ormapper.OResourceBundle res, java.lang.Throwable e)
           
NoDriverException(java.sql.SQLException e)
           
NoDriverException(java.lang.String message)
           
NoDriverException(java.lang.String message, java.lang.Throwable e)
           
NoDriverException(java.lang.Throwable e)
           
 
Methods inherited from class com.informix.ormapper.DatabaseException
printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoDriverException

public NoDriverException()

NoDriverException

public NoDriverException(java.lang.Throwable e)

NoDriverException

public NoDriverException(com.informix.ormapper.OResourceBundle res)

NoDriverException

public NoDriverException(com.informix.ormapper.OResourceBundle res,
                         java.lang.Throwable e)

NoDriverException

public NoDriverException(java.lang.String message)

NoDriverException

public NoDriverException(java.lang.String message,
                         java.lang.Throwable e)

NoDriverException

public NoDriverException(java.sql.SQLException e)

Object Translator

Copyright © 1999-2000 Informix Software, Inc.