public class LiveWebCacheUnavailableException extends WaybackException
Modifier and Type | Field and Description |
---|---|
protected static String |
defaultMessage |
protected static String |
ID |
GENERIC_ID, id, isLiveWebAvailable, KEY_MESSAGE_SUFFIX, KEY_PREFIX, KEY_TITLE_SUFFIX
Constructor and Description |
---|
LiveWebCacheUnavailableException(String url) |
LiveWebCacheUnavailableException(URL url,
int code)
Constructor
|
LiveWebCacheUnavailableException(URL url,
int code,
String details)
Constructor with message and details
|
Modifier and Type | Method and Description |
---|---|
int |
getStatus() |
getDetails, getMessage, getMessageKey, getTitle, getTitleKey, isLiveWebAvailable, setLiveWebAvailable, setupResponse
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final String ID
protected static final String defaultMessage
public LiveWebCacheUnavailableException(URL url, int code)
url
- code
- public LiveWebCacheUnavailableException(URL url, int code, String details)
url
- code
- details
- public LiveWebCacheUnavailableException(String url)
url
- public int getStatus()
getStatus
in class WaybackException
Copyright © 2005–2015 IIPC. All rights reserved.