Package com.atlassian.confluence.json
Class SingleErrorJSONResult
java.lang.Object
com.atlassian.confluence.json.SingleErrorJSONResult
Helper class for Actions that want to return a single action error as a JSON result. (For example, Ajax actions
that have failed their XSRF token check)
-
Constructor Summary
ConstructorsConstructorDescriptionSingleErrorJSONResult
(String messageKey) SingleErrorJSONResult
(String messageKey, Object[] arguments) -
Method Summary
-
Constructor Details
-
SingleErrorJSONResult
-
SingleErrorJSONResult
-
-
Method Details
-
getErrorMessage
-