public class AuthenticationControlException extends WaybackException
Modifier and Type | Field and Description |
---|---|
protected static String |
ID |
protected boolean |
requestAuth |
GENERIC_ID, id, isLiveWebAvailable, KEY_MESSAGE_SUFFIX, KEY_PREFIX, KEY_TITLE_SUFFIX
Constructor and Description |
---|
AuthenticationControlException(String message)
Constructor
|
AuthenticationControlException(String message,
boolean requestAuth)
Constructor with option to request auth
|
AuthenticationControlException(String message,
String details)
Constructor with message and details
|
Modifier and Type | Method and Description |
---|---|
void |
setupResponse(javax.servlet.http.HttpServletResponse response) |
getDetails, getMessage, getMessageKey, getStatus, getTitle, getTitleKey, isLiveWebAvailable, setLiveWebAvailable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
protected static final String ID
protected boolean requestAuth
public AuthenticationControlException(String message)
message
- public AuthenticationControlException(String message, boolean requestAuth)
message
- requestAuth
- public void setupResponse(javax.servlet.http.HttpServletResponse response)
setupResponse
in class WaybackException
Copyright © 2005–2015 IIPC. All rights reserved.