org.melati.util
Class ReconstructedHttpServletRequestMismatchException

Package class diagram package ReconstructedHttpServletRequestMismatchException
java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.melati.util.MelatiException
              extended by 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

Field Summary
 javax.servlet.http.HttpServletRequest newRequest
          The current request.
 HttpServletRequestParameters stored
          The stored originating parameters.
 
Fields inherited from class org.melati.util.MelatiException
subException
 
Constructor Summary
ReconstructedHttpServletRequestMismatchException(HttpServletRequestParameters stored, javax.servlet.http.HttpServletRequest newRequest)
          Constructor.
 
Method Summary
 String getMessage()
          
 
Methods inherited from class org.melati.util.MelatiException
innermostException, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stored

public HttpServletRequestParameters stored
The stored originating parameters.


newRequest

public javax.servlet.http.HttpServletRequest newRequest
The current request.

Constructor Detail

ReconstructedHttpServletRequestMismatchException

public ReconstructedHttpServletRequestMismatchException(HttpServletRequestParameters stored,
                                                        javax.servlet.http.HttpServletRequest newRequest)
Constructor.

Method Detail

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.