|
|||||||||
| 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
com.veriplace.web.RedirectedToVeriplaceException
public class RedirectedToVeriplaceException
Indicates that the application should stop handling the current HTTP request because Veriplace has redirected the end user, for user discovery or authorization. When you catch this exception, the redirect response has already been sent and no further action needs to be taken until the application receives the next callback.
| Constructor Summary | |
|---|---|
RedirectedToVeriplaceException(java.lang.String redirectedToUrl)
|
|
| Method Summary | |
|---|---|
java.lang.String |
getRedirectedToUrl()
|
| 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 |
|---|
public RedirectedToVeriplaceException(java.lang.String redirectedToUrl)
| Method Detail |
|---|
public java.lang.String getRedirectedToUrl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||