777879808182838485
JAXBContext.newInstance(Errors.class).createUnmarshaller(); return (Errors)unmarshaller.unmarshal(new StringReader(value)); } catch (JAXBException e) { throw new ClientException( "A problem occured when parsing server errors", e); } }