com.veriplace.web
Class RespondedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.veriplace.client.VeriplaceException
              extended by com.veriplace.web.RespondedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RedirectedToVeriplaceException, RespondedWithStatusViewException

public class RespondedException
extends VeriplaceException

Indicates that the application should stop handling the current HTTP request because Veriplace has already sent a response to the end user: either a redirect to another site (RedirectedToVeriplaceException), or a status page provided by a StatusViewRenderer (RespondedWithStatusViewException). No further action needs to be taken. In the case of a redirect, or a "please wait" status page, the application should receive a callback request later to continue the current flow.

Since:
2.0
See Also:
Serialized Form

Constructor Summary
protected RespondedException()
           
protected RespondedException(java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RespondedException

protected RespondedException()

RespondedException

protected RespondedException(java.lang.Throwable cause)