Class ErrorResponse
- java.lang.Object
-
- org.alfresco.rest.framework.core.exceptions.ErrorResponse
-
public class ErrorResponse extends Object
A response object that can be represented to the client, based on the Alfresco API guidelines.- Author:
- Gethin James
-
-
Constructor Summary
Constructors Constructor Description ErrorResponse(String errorKey, int statusCode, String briefSummary, StackTraceElement[] stackTrace, Map<String,Object> additionalState)
ErrorResponse(String errorKey, int statusCode, String briefSummary, String stackMessage, String logId, Map<String,Object> additionalState, String descriptionURL)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Object>
getAdditionalState()
String
getBriefSummary()
String
getDescriptionURL()
String
getErrorKey()
String
getLogId()
String
getStackTrace()
int
getStatusCode()
String
toString()
-