package com.letsgo; /** * this Exception is used to Handler the HTTP ERROR 403 */ public class RequesterForbiddenException extends Exception { /** * */ private static final long serialVersionUID = 1L; }