package utils; public class SecurityException extends Exception { public SecurityException(String userName) { super(userName); } }