sequoia
Class DriverInstatiationError

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--sequoia.DriverInstatiationError
All Implemented Interfaces:
java.io.Serializable

public class DriverInstatiationError
extends java.lang.Error

Signals that JDBC Driver could not be found or instatiated

See Also:
Serialized Form

Constructor Summary
DriverInstatiationError()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DriverInstatiationError

public DriverInstatiationError()