|
||||||||||
| 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.AccessControlException
public class AccessControlException
Exception class for content blocked by robots.txt, etc.
| 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 | |
|---|---|
AccessControlException(java.lang.String message)
Constructor |
|
AccessControlException(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 AccessControlException(java.lang.String message)
message -
public AccessControlException(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 | |||||||||