org.archive.wayback.exception
Class BetterRequestException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.archive.wayback.exception.WaybackException
org.archive.wayback.exception.BetterRequestException
- All Implemented Interfaces:
- java.io.Serializable
public class BetterRequestException
- extends WaybackException
Exception class for queries which can be better expressed as another URL, or
should, for one reason or another, be requested at a different URL. Likely
cause would be to redirect the client so the Browser location reflects the
exact request being served.
- Version:
- $Date: 2007-02-12 13:49:36 -0800 (Mon, 12 Feb 2007) $, $Revision: 1483 $
- Author:
- brad
- See Also:
- Serialized Form
|
Field Summary |
protected static java.lang.String |
ID
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ID
protected static final java.lang.String ID
- See Also:
- Constant Field Values
BetterRequestException
public BetterRequestException(java.lang.String betterURI)
- Constructor
- Parameters:
betterURI -
getBetterURI
public java.lang.String getBetterURI()
- Returns:
- Returns the betterURI.
Copyright © 2005-2009 Internet Archive. All Rights Reserved.