|
|
@@ -1,10 +1,14 @@
|
|
|
package me.zhengjie.exception;
|
|
|
|
|
|
-public class AccountNoActivationException extends RuntimeException{
|
|
|
+public class AccountNoActivationException extends RuntimeException {
|
|
|
|
|
|
/**
|
|
|
*
|
|
|
*/
|
|
|
private static final long serialVersionUID = 1L;
|
|
|
|
|
|
+ public AccountNoActivationException(String msg) {
|
|
|
+ super(msg);
|
|
|
+ }
|
|
|
+
|
|
|
}
|