Begin is in class MailBuilderUtil in BuildXmlFromUserOtp(User user, OneTimePassword oneTimePassword) method. Exception 'java.io.IOException' is never thrown in the method.
Then move by methods usages chain. Whenever you see throws Exception it need to refactor code. Exception is too broad, masking specific exceptions.
Begin is in class
MailBuilderUtil
inBuildXmlFromUserOtp(User user, OneTimePassword oneTimePassword)
method. Exception 'java.io.IOException' is never thrown in the method.Then move by methods usages chain. Whenever you see
throws Exception
it need to refactor code.Exception
is too broad, masking specific exceptions.