|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.veriplace.client.VeriplaceException
com.veriplace.web.RespondedException
public class RespondedException
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.
| 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 |
|---|
protected RespondedException()
protected RespondedException(java.lang.Throwable cause)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||