Back to project page AndroidDBManageLibrary.
The source code is released under:
Apache License
If you think the Android project AndroidDBManageLibrary listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package com.bitsatom.dbmanage.android; //from ww w. j a v a 2s .c om @SuppressWarnings("serial") public class DBManageException extends Exception { public DBManageException(String string) { super(string); } public DBManageException() { super(); } }