org.equanda.util.script
Interface DatabaseExtension.ExceptionListener

Enclosing class:
DatabaseExtension

public static interface DatabaseExtension.ExceptionListener

ExceptionListener allows proper handling of database access errors


Method Summary
 void errorOccured(Throwable t, String extra)
           
 void recovered()
           
 

Method Detail

errorOccured

void errorOccured(Throwable t,
                  String extra)
                  throws murlen.util.fscript.FSException
Throws:
murlen.util.fscript.FSException

recovered

void recovered()


Copyright © 2007-2009. All Rights Reserved.