Skip to content
Snippets Groups Projects
Commit f763e795 authored by Nicola Fulvio Calabria's avatar Nicola Fulvio Calabria
Browse files

Minor bugfix: format of response body in case of fault

parent f15067a1
Branches
Tags
No related merge requests found
......@@ -15,7 +15,7 @@ public abstract class VoSpaceErrorSummarizableException extends VoSpaceException
public VoSpaceErrorSummarizableException(String message, VOSpaceFaultEnum fault)
{
super(message);
super(fault.getFaultCaptionForDetails() +" " + message);
this.fault = fault;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment