anvil.server
Class RedirectException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--anvil.server.ContainerException
                          |
                          +--anvil.server.RedirectException
All Implemented Interfaces:
java.io.Serializable

public class RedirectException
extends ContainerException

class RedirectException

See Also:
Serialized Form

Constructor Summary
RedirectException(java.lang.String pathinfo)
           
RedirectException(java.lang.String session, java.lang.String pathinfo)
           
 
Method Summary
 java.lang.String getPathinfo()
           
 java.lang.String getSession()
           
 boolean hadSession()
           
 
Methods inherited from class anvil.server.ContainerException
getErrorCode
 
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

RedirectException

public RedirectException(java.lang.String session,
                         java.lang.String pathinfo)

RedirectException

public RedirectException(java.lang.String pathinfo)
Method Detail

hadSession

public boolean hadSession()

getSession

public java.lang.String getSession()

getPathinfo

public java.lang.String getPathinfo()