Class ResetSQLExceptionHandler

java.lang.Object
net.solarnetwork.node.dao.jdbc.AbstractSQLExceptionHandler
net.solarnetwork.node.dao.jdbc.ResetSQLExceptionHandler
All Implemented Interfaces:
net.solarnetwork.dao.jdbc.SQLExceptionHandler

public class ResetSQLExceptionHandler extends AbstractSQLExceptionHandler
Reset a database by deleting and exiting the application.

This class currently supports H2 databases only.

Since:
2.5
Version:
1.0
Author:
matt
  • Constructor Details

    • ResetSQLExceptionHandler

      public ResetSQLExceptionHandler()
  • Method Details