001    package com.khubla.pragmatach.framework.filter;
002    
003    /**
004     * @author tome
005     */
006    public class PageNotFoundException extends RuntimeException {
007       /**
008        * 
009        */
010       private static final long serialVersionUID = 1L;
011    }