org.sourceforge.jxdbcon
Class DefaultExceptions
java.lang.Object
|
+--org.sourceforge.jxutil.sql.AbstractExceptions
|
+--org.sourceforge.jxdbcon.DefaultExceptions
- Direct Known Subclasses:
- DB2Exceptions, PGExceptions
- public class DefaultExceptions
- extends AbstractExceptions
.
- Version:
- $Revision: 1.5 $, $Date: 2002/03/16 01:26:07 $
- Author:
- Keve Müller
Methods inherited from class org.sourceforge.jxutil.sql.AbstractExceptions |
badData, badData, colNotFound, load, needDSorURL, noConversion, noConversion, noCurrentRow, noMap, noRS, oneTabOnly, setClosed, wrap |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultExceptions
protected DefaultExceptions()
- Can't instantiate.
badQuery
public static SQLException badQuery(Exception ex,
Object lst)
connClosed
public static SQLException connClosed()
illegalArgument
public static SQLException illegalArgument(String detail)
invalidURL
public static SQLException invalidURL(String url)
notAllowed
public static SQLException notAllowed()
notQuery
public static SQLException notQuery(String sql)
notSupported
public static SQLException notSupported()
notSupported
public static SQLException notSupported(String detail)
notSupportedDB
public static SQLException notSupportedDB()
notUpdate
public static SQLException notUpdate(String sql)
requiredParam
public static SQLException requiredParam(String param)
requiredPosParam
public static SQLException requiredPosParam(int pos,
Object type)
stmtClosed
public static SQLException stmtClosed()
wrap
public static SQLException wrap(InterruptedException ex)
wrap
public static SQLException wrap(IOException ex)
wrap
public static SQLException wrap(UnknownHostException ex)
Copyright © 2001,2002 Keve Müller; see LICENSE file for details.