Findwise/Hydra

Complication errors for database/src/main/java/com/findwise/hydra/DatabaseException.java. Class overrides explicit Java7 constructor

Closed this issue · 2 comments

Constructor :
Exception(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) does not exist in Java 6 and this causes a compliation error when trying to complie Hydra with Java 6

See
Java 6 :http://docs.oracle.com/javase/6/docs/api/java/lang/Exception.html
Java 7: http://docs.oracle.com/javase/7/docs/api/java/lang/Exception.html

Good catch.

Added java 6 build to the Travis CI conf on master.