org.melati.util
Class ReconstructedHttpServletRequestMismatchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.melati.util.MelatiException
org.melati.util.ReconstructedHttpServletRequestMismatchException
- All Implemented Interfaces:
- Serializable
public class ReconstructedHttpServletRequestMismatchException
- extends MelatiException
Thrown should a ReconstructedHttpServletRequest
not match the
stored parameters of the original request.
- Author:
- WilliamC@paneris.org
- See Also:
- Serialized Form
stored
public HttpServletRequestParameters stored
- The stored originating parameters.
newRequest
public javax.servlet.http.HttpServletRequest newRequest
- The current request.
ReconstructedHttpServletRequestMismatchException
public ReconstructedHttpServletRequestMismatchException(HttpServletRequestParameters stored,
javax.servlet.http.HttpServletRequest newRequest)
- Constructor.
getMessage
public String getMessage()
- Description copied from class:
MelatiException
-
- Overrides:
getMessage
in class MelatiException
- Returns:
- The detailed message.
- See Also:
Throwable.getMessage()
Copyright © 2000-2010 PanEris. All Rights Reserved.