ing
This commit is contained in:
parent
d69fe39278
commit
2843a77ca5
|
@ -1,7 +1,8 @@
|
||||||
package com.loafle.overflow.core.exception;
|
package com.loafle.overflow.core.exception;
|
||||||
|
|
||||||
public class OverflowException extends Exception {
|
public class OverflowException extends Exception {
|
||||||
public OverflowException(String s, Throwable throwable) {
|
public OverflowException(String message){ super(message); }
|
||||||
super(s, throwable);
|
public OverflowException(String message, Throwable throwable) {
|
||||||
|
super(message, throwable);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user