com.arsdigita.dispatcher
Class RedirectException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.arsdigita.dispatcher.RedirectException
All Implemented Interfaces:
Serializable

public class RedirectException
extends Exception

Thrown if the requested file is a directory and the original request URL does not end with a trailing slash.

Since:
4.5
Version:
$Revision: #8 $ $Date: 2004/04/07 $
Author:
Bill Schneider
See Also:
Serialized Form

Field Summary
static String versionId
           
 
Constructor Summary
RedirectException()
           
RedirectException(String s)
           
 
Method Summary
 String getRedirectURL()
           
 
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
 

Field Detail

versionId

public static final String versionId
See Also:
Constant Field Values
Constructor Detail

RedirectException

public RedirectException(String s)

RedirectException

public RedirectException()
Method Detail

getRedirectURL

public String getRedirectURL()


Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 21 2004:2337 UTC