|
@@ -34,7 +34,6 @@ public class RunException extends RuntimeException {
|
|
|
/**
|
|
|
* throw new RunException(e);
|
|
|
*
|
|
|
- * @param message
|
|
|
*/
|
|
|
public RunException(Throwable e) {
|
|
|
super(e);
|
|
@@ -44,7 +43,6 @@ public class RunException extends RuntimeException {
|
|
|
/**
|
|
|
* throw new RunException(RunExc.RUN);
|
|
|
*
|
|
|
- * @param message
|
|
|
*/
|
|
|
public RunException(RunExc act) {
|
|
|
super(act.getErrorMsg());
|