org.firebirdsql.pool
Class UnknownDriverTypeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.sql.SQLException
              extended byorg.firebirdsql.pool.UnknownDriverTypeException
All Implemented Interfaces:
java.io.Serializable

public class UnknownDriverTypeException
extends java.sql.SQLException

This exception is thrown when user tries to specify unknown type of driver. * * @author Roman Rokytskyy

See Also:
Serialized Form

Constructor Summary
UnknownDriverTypeException(java.lang.String type)
          Create instance of this class.
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, setNextException
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnknownDriverTypeException

public UnknownDriverTypeException(java.lang.String type)
Create instance of this class.



Copyright © 2001 David Jencks and other authors. All rights reserved.