public class Unauthorized401Exception extends RootException
Can be used when forwarding can't, e.g., after some http output has already been written.
| Constructor and Description |
|---|
Unauthorized401Exception(javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details) |
Unauthorized401Exception(String message,
javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details) |
Unauthorized401Exception(String message,
Throwable cause,
javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details) |
getAction, getDetail, getDetails, getRequest, getServletExceptionaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic Unauthorized401Exception(javax.servlet.http.HttpServletRequest request,
String action,
String detail,
String[] details)
public Unauthorized401Exception(String message, javax.servlet.http.HttpServletRequest request, String action, String detail, String[] details)
Copyright © 2013 DuraSpace. All Rights Reserved.