org.archive.wayback.exception
Class AuthenticationControlException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.archive.wayback.exception.WaybackException
org.archive.wayback.exception.AuthenticationControlException
- All Implemented Interfaces:
- java.io.Serializable
public class AuthenticationControlException
- extends WaybackException
Exception class for content inaccessible due to HTTP auth problems, or
user coming from the wrong network.
- Version:
- $Date$, $Revision$
- 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
AuthenticationControlException
public AuthenticationControlException(java.lang.String message)
- Constructor
- Parameters:
message -
AuthenticationControlException
public AuthenticationControlException(java.lang.String message,
java.lang.String details)
- Constructor with message and details
- Parameters:
message - details -
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.