org.archive.wayback.exception
Class LiveDocumentNotAvailableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.archive.wayback.exception.WaybackException
org.archive.wayback.exception.LiveDocumentNotAvailableException
- All Implemented Interfaces:
- java.io.Serializable
public class LiveDocumentNotAvailableException
- extends WaybackException
- Version:
- $Date$, $Revision$
- Author:
- brad
- See Also:
- Serialized Form
|
Field Summary |
protected static java.lang.String |
defaultMessage
|
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
defaultMessage
protected static final java.lang.String defaultMessage
- See Also:
- Constant Field Values
LiveDocumentNotAvailableException
public LiveDocumentNotAvailableException(java.net.URL url,
int code)
- Constructor
- Parameters:
url - code -
LiveDocumentNotAvailableException
public LiveDocumentNotAvailableException(java.net.URL url,
int code,
java.lang.String details)
- Constructor with message and details
- Parameters:
url - code - details -
LiveDocumentNotAvailableException
public LiveDocumentNotAvailableException(java.lang.String url)
- Parameters:
url -
getStatus
public int getStatus()
- Overrides:
getStatus in class WaybackException
- Returns:
- the HTTP status code appropriate to this exception class.
Copyright © 2005-2009 Internet Archive. All Rights Reserved.