保誠-保戶業務員媒合平台
charlie
2022-01-22 8b54d9e747d8a97e2ee7e8de3d957507e2ddf5f8
1
2
3
4
5
6
7
8
9
10
package com.pollex.pam.service;
 
public class UsernameAlreadyUsedException extends RuntimeException {
 
    private static final long serialVersionUID = 1L;
 
    public UsernameAlreadyUsedException() {
        super("Login name already used!");
    }
}