Commit d2ba7174 by Tuomas Riihimäki

Merge branch 'billExceptionFix' into 'master'

Bill exception fix

blob

See merge request !126
2 parents 59df6736 8549e634
......@@ -19,7 +19,9 @@
package fi.codecrew.moya.exceptions;
public class BillException extends Exception {
import javax.ejb.EJBException;
public class BillException extends EJBException {
public BillException(String x) {
super(x);
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!