org.enhydra.barracuda.core.event
Class ClientSideRedirectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.enhydra.barracuda.core.util.exceptions.NestableException
                    |
                    +--org.enhydra.barracuda.core.event.EventException
                          |
                          +--org.enhydra.barracuda.core.event.ClientSideRedirectException
All Implemented Interfaces:
java.io.Serializable

public class ClientSideRedirectException
extends EventException

This class defines a ClientSideRedirectException...throwing this will cause the ApplicationGateway to redirect the browser to the new Event.

See Also:
Serialized Form

Constructor Summary
ClientSideRedirectException(BaseEvent newEvent)
          The public contructor for ClientSideRedirectException
ClientSideRedirectException(java.lang.String iurl)
          The public contructor for ClientSideRedirectException
 
Method Summary
 java.lang.String getRedirectURL()
          Get the new event that triggered this interrupt
 
Methods inherited from class org.enhydra.barracuda.core.util.exceptions.NestableException
getBaseException, getRootException
 
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

ClientSideRedirectException

public ClientSideRedirectException(BaseEvent newEvent)
The public contructor for ClientSideRedirectException

Parameters:
newEvent - - the newEvent the client browser should be redirected to

ClientSideRedirectException

public ClientSideRedirectException(java.lang.String iurl)
The public contructor for ClientSideRedirectException

Method Detail

getRedirectURL

public java.lang.String getRedirectURL()
Get the new event that triggered this interrupt



Copyright © 2001 Enhydra.org