Back to project page Android-Database-Complex-Joins.
The source code is released under:
Apache License
If you think the Android project Android-Database-Complex-Joins 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 be.florien.databasecomplexjoins.architecture; /*from w w w . ja va2s.co m*/ public class DBArchitectureException extends RuntimeException { public DBArchitectureException(Exception ex) { super(ex); } // TODO: make a clearer message for each exception /** * */ private static final long serialVersionUID = -8899861760031839920L; }