com.veriplace.web.views
Class RespondedWithStatusViewException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.veriplace.client.VeriplaceException
com.veriplace.web.RespondedException
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
| 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 |
RespondedWithStatusViewException
public RespondedWithStatusViewException(java.lang.Exception handledException)