com.veriplace.web
Class RedirectedToVeriplaceException

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.RedirectedToVeriplaceException
All Implemented Interfaces:
java.io.Serializable

public class RedirectedToVeriplaceException
extends RespondedException

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.

Since:
2.0
See Also:
Serialized Form

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

RedirectedToVeriplaceException

public RedirectedToVeriplaceException(java.lang.String redirectedToUrl)
Method Detail

getRedirectedToUrl

public java.lang.String getRedirectedToUrl()