Exception défini par l'utilisateur sont enregistrés ou non des exceptions

Dans mon application web créé une exception défini par l'Utilisateur s'étend à l'Exception.Est-il coché ou non Coché exception

public class InvalidDataException extends Exception{


        public InvalidDataException() {
        super();
        //TODO Auto-generated constructor stub
    }
    /**
     * @param arg0
     */
    public InvalidDataException(String message) {
        super(message);
        //TODO Auto-generated constructor stub
    }
}
InformationsquelleAutor user1357722 | 2012-05-02