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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.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

Field Summary
private  java.lang.String m_path
          Path
 
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
 

Field Detail

m_path

private java.lang.String m_path
Path

Constructor Detail

HTTPRedirect

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

Parameters:
port - The port on which the server will listen.
bindAddress - The address on which the server will listen for connections.
Method Detail

getPath

public java.lang.String getPath()