package ww10.exception; public class AuthorizationException extends Exception { public AuthorizationException(String msg){ super(msg); } }