Feignexception bytebuffer para string

String s = StandardCharsets.UTF_8.decode(byteBuffer).toString();
Thankful Tarantula