//throw new PSQLException("postgresql.jvm.version",ex);
thrownewSQLException("The postgresql.jar file does not contain the correct JDBC classes for this JVM. Try rebuilding.\nException thrown was "+ex.toString());
}catch(Exceptionex2){
//throw new PSQLException("postgresql.unusual",ex2);
thrownewSQLException("Something unusual has occured to cause the driver to fail. Please report this exception: "+ex2.toString());
}
// The old call - remove before posting
...
...
@@ -346,6 +355,7 @@ public class Driver implements java.sql.Driver
*/
publicstaticSQLExceptionnotImplemented()
{
//return new PSQLException("postgresql.unimplemented");
returnnewSQLException("This method is not yet implemented.");
postgresql.jvm.version:Le fichier de postgresql.jar ne contient pas les classes correctes de JDBC pour ce JVM. Try que rebuilding.\nException jetées était {1}
postgresql.unusual:Quelque chose de peu commun s'est produit pour faire échouer le gestionnaire. Veuillez enregistrer cette exception: {1}
postgresql.unimplemented:Cette méthode n'est pas encore appliquée.