mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Applied patch by Oliver Jowett to clean up some exception handling
Modified Files: jdbc/org/postgresql/core/QueryExecutor.java jdbc/org/postgresql/util/PSQLException.java
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Copyright (c) 2003, PostgreSQL Global Development Group
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/util/Attic/PSQLException.java,v 1.11 2003/03/14 01:21:47 barry Exp $
|
||||
* $Header: /cvsroot/pgsql/src/interfaces/jdbc/org/postgresql/util/Attic/PSQLException.java,v 1.12 2003/08/11 21:18:47 barry Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -127,12 +127,4 @@ public class PSQLException extends SQLException
|
||||
{
|
||||
return message;
|
||||
}
|
||||
|
||||
/*
|
||||
* Overides Object
|
||||
*/
|
||||
public String toString()
|
||||
{
|
||||
return message != null ? message : "";
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user