Removing exception ctor that does not work w/ java 6
This commit is contained in:
parent
b95fd0d0b0
commit
9e0bf9e7dc
1 changed files with 0 additions and 4 deletions
|
@ -20,8 +20,4 @@ public class ModelException extends RuntimeException {
|
||||||
super(cause);
|
super(cause);
|
||||||
}
|
}
|
||||||
|
|
||||||
public ModelException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) {
|
|
||||||
super(message, cause, enableSuppression, writableStackTrace);
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue