package com.example.nto.exception; public class AuthorityNotFoundException extends RuntimeException { public AuthorityNotFoundException(String message) { super(message); } }