package com.example.demo.exception; public class SNRepetitiveException extends Exception{ public SNRepetitiveException() {} public SNRepetitiveException(String message) { super(message); } }