A redirect exception is thrown by servlet services when they require that the user be redirected to a different URL rather than continue processing this request. It is expected that redirect handling can be implemented in a single place such that servlets can simply allow this exception to propagate up to the proper handler which will then issue the appropriate redirect header.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.