org.jpox.datasource
Class DatastoreLibraryNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jpox.datasource.DatastoreLibraryNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class DatastoreLibraryNotFoundException
extends java.lang.RuntimeException

Exception thrown when a datastore driver library is not found.

Version:
$Revision: 1.2 $
See Also:
Serialized Form

Field Summary
protected static Localiser LOCALISER
          Localisation of messages.
 
Constructor Summary
DatastoreLibraryNotFoundException(java.lang.String poolName, java.lang.String libraryName)
          Constructor.
 
Method Summary
 
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
 

Field Detail

LOCALISER

protected static final Localiser LOCALISER
Localisation of messages.

Constructor Detail

DatastoreLibraryNotFoundException

public DatastoreLibraryNotFoundException(java.lang.String poolName,
                                         java.lang.String libraryName)
Constructor.

Parameters:
poolName - Name of the connection pool
libraryName - Name of the library


Copyright © -2008 . All Rights Reserved.