修改 MyException 的构造方法。
This commit is contained in:
parent
a4bd80de4a
commit
883b03e550
@ -16,6 +16,7 @@ package org.csource.common;
|
||||
*/
|
||||
public class MyException extends Exception {
|
||||
public MyException(String s, Exception e) {
|
||||
super(s, e);
|
||||
}
|
||||
|
||||
public MyException(String message) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user