Enhydra 5.1 API

com.lutris.appserver.server.httpPresentation
Class ClientPageRedirectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Error
              |
              +--com.lutris.appserver.server.httpPresentation.PageRedirectException
                    |
                    +--com.lutris.appserver.server.httpPresentation.ClientPageRedirectException
All Implemented Interfaces:
java.io.Serializable

public class ClientPageRedirectException
extends PageRedirectException

Exception used to signal a page redirection via the client.

See Also:
Serialized Form

Constructor Summary
ClientPageRedirectException(java.lang.String url)
          Constructor a client redirection exception.
 
Methods inherited from class com.lutris.appserver.server.httpPresentation.PageRedirectException
addArgument, getUrl
 
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

ClientPageRedirectException

public ClientPageRedirectException(java.lang.String url)
Constructor a client redirection exception.

Parameters:
url - The url where the request should be redirected. It may have arguments encoded and/or they may be added with addArgument.
See Also:
PageRedirectException.addArgument(java.lang.String, java.lang.String)

Enhydra 5.1 API