Class ErrorResponse
java.lang.Object
org.alfresco.rest.framework.core.exceptions.ErrorResponse
A response object that can be represented to the client, based on the Alfresco API guidelines.
- Author:
- Gethin James
-
Constructor Summary
ConstructorsConstructorDescriptionErrorResponse
(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