TransferCurrentAccountException.java 155 Bytes
Newer Older
manxiaoqiang committed
1 2 3 4 5 6 7 8 9
package exception;

/**
 * Created by nolan on 18/11/2016.
 * description:
 */
public class TransferCurrentAccountException  extends RuntimeException {

}