edu.sc.seis.fissuresUtil.database
Class WrappedSQLException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.sql.SQLException
              extended by edu.sc.seis.fissuresUtil.database.WrappedSQLException
All Implemented Interfaces:
java.io.Serializable, java.lang.Iterable<java.lang.Throwable>

public class WrappedSQLException
extends java.sql.SQLException

Exists because SQLException in java1.4 does not allow exception wrapping.

See Also:
Serialized Form

Constructor Summary
WrappedSQLException(java.lang.String message)
           
WrappedSQLException(java.lang.String message, java.lang.Throwable wrapped)
           
 
Method Summary
 
Methods inherited from class java.sql.SQLException
getErrorCode, getNextException, getSQLState, iterator, setNextException
 
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
 

Constructor Detail

WrappedSQLException

public WrappedSQLException(java.lang.String message)

WrappedSQLException

public WrappedSQLException(java.lang.String message,
                           java.lang.Throwable wrapped)