org.apache.excalibur.instrument.manager.http.server
Class HTTPRedirect

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.apache.excalibur.instrument.manager.http.server.HTTPRedirect
All Implemented Interfaces:
java.io.Serializable

public class HTTPRedirect
extends java.io.IOException

Since:
4.1
Version:
CVS $Revision: 1.4 $ $Date: 2004/02/28 11:47:29 $
Author:
Avalon Development Team
See Also:
Serialized Form

Constructor Summary
HTTPRedirect(java.lang.String path)
          Creates a new HTTPRedirect.
 
Method Summary
 java.lang.String getPath()
           
 
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

HTTPRedirect

public HTTPRedirect(java.lang.String path)
Creates a new HTTPRedirect.

Method Detail

getPath

public java.lang.String getPath()


Copyright © 1997-2005 The Apache Software Foundation. All Rights Reserved.