org.firebirdsql.pool
Class UnknownDriverTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by org.firebirdsql.pool.UnknownDriverTypeException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

Deprecated.

@Deprecated
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)
          Deprecated. Create instance of this class.
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, 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)
Deprecated. 
Create instance of this class.



Copyright © 2001-2019 Jaybird (Firebird JDBC/JCA) team. All rights reserved.