SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

com.solarmetric.kodo.impl.jdbc.runtime
Class SQLExceptions

java.lang.Object
  |
  +--com.solarmetric.kodo.impl.jdbc.runtime.SQLExceptions

public class SQLExceptions
extends Object

Utility class for obtaining an array of Throwable[] objects from a SQLException.


Constructor Summary
SQLExceptions()
           
 
Method Summary
static Throwable[] exceptions(Throwable t)
           
static JDODataStoreException throwDataStore(SQLException e)
           
static JDOFatalDataStoreException throwFatal(SQLException e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SQLExceptions

public SQLExceptions()
Method Detail

throwFatal

public static JDOFatalDataStoreException throwFatal(SQLException e)

throwDataStore

public static JDODataStoreException throwDataStore(SQLException e)

exceptions

public static Throwable[] exceptions(Throwable t)

SolarMetric Kodo JDO 2.4.3 generated on March 27 2003

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.