com.veriplace.web.views
Class RespondedWithStatusViewException

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
                  extended by com.veriplace.web.views.RespondedWithStatusViewException
All Implemented Interfaces:
java.io.Serializable

public class RespondedWithStatusViewException
extends RespondedException

Indicates that the application should stop handling the current HTTP request because Veriplace has determined that a transaction cannot be completed at present (either because of an error, or because it is in a waiting state), and has automatically served up a response page from a StatusViewRenderer. No further action needs to be taken. In the case of a "please wait" status page, the application should receive a callback request later to continue the current flow.

You can determine what condition produced the response page by calling Throwable.getCause().

Since:
2.0
See Also:
Serialized Form

Constructor Summary
RespondedWithStatusViewException(java.lang.Exception handledException)
           
 
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

RespondedWithStatusViewException

public RespondedWithStatusViewException(java.lang.Exception handledException)