public class CounterError extends Object implements Serializable
Modifier and Type | Field and Description |
---|---|
static String |
REQUEST_KEY |
Constructor and Description |
---|
CounterError(String message,
String stackTrace) |
Modifier and Type | Method and Description |
---|---|
static void |
bindRequest(HttpServletRequest request)
Définit la requête http (peut être nulle) pour le thread courant.
|
Date |
getDate() |
String |
getHttpRequest() |
String |
getMessage() |
String |
getRemoteUser() |
String |
getStackTrace() |
String |
toString() |
static void |
unbindRequest()
Enlève le lien entre la requête http et le thread courant.
|
public static final String REQUEST_KEY
public static void bindRequest(HttpServletRequest request)
request
- HttpServletRequestpublic static void unbindRequest()
public Date getDate()
public String getRemoteUser()
public String getHttpRequest()
public String getMessage()
public String getStackTrace()
Copyright © 2008–2017 Emeric Vernat. All rights reserved.