1
package com.ectrip.demo.exception;
2 3 4 5 6 7 8 9 10 11
public class SNRepetitiveException extends Exception{ public SNRepetitiveException() {} public SNRepetitiveException(String message) { super(message); } }