org.makumba.db.makumba.sql
Class ReconnectedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.makumba.commons.RuntimeWrappedException
                  extended by org.makumba.db.makumba.sql.ReconnectedException
All Implemented Interfaces:
Serializable

public class ReconnectedException
extends RuntimeWrappedException

this exception is thrown during operation with PreparedStatements when a lost connection is detected and reconection is succesful

See Also:
Serialized Form

Constructor Summary
ReconnectedException(SQLException se)
           
 
Method Summary
 
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

ReconnectedException

public ReconnectedException(SQLException se)