|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.archive.wayback.exception.WaybackException
org.archive.wayback.exception.ResourceNotAvailableException
public class ResourceNotAvailableException
Exception class for queries which matching resource is not presently accessible
| Field Summary | |
|---|---|
protected static java.lang.String |
ID
|
| Fields inherited from class org.archive.wayback.exception.WaybackException |
|---|
GENERIC_ID, id, KEY_MESSAGE_SUFFIX, KEY_PREFIX, KEY_TITLE_SUFFIX |
| Constructor Summary | |
|---|---|
ResourceNotAvailableException(java.lang.String message)
Constructor |
|
ResourceNotAvailableException(java.lang.String message,
java.lang.String details)
Constructor with message and details |
|
| Method Summary | |
|---|---|
int |
getStatus()
|
| Methods inherited from class org.archive.wayback.exception.WaybackException |
|---|
getDetails, getMessage, getMessageKey, getTitle, getTitleKey, setupResponse |
| 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 |
| Field Detail |
|---|
protected static final java.lang.String ID
| Constructor Detail |
|---|
public ResourceNotAvailableException(java.lang.String message)
message -
public ResourceNotAvailableException(java.lang.String message,
java.lang.String details)
message - details - | Method Detail |
|---|
public int getStatus()
getStatus in class WaybackException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||