if (result.equals(Integer.valueOf(-1))) {
throw new InvalidArgumentsServiceException();
}
if (result.equals(Integer.valueOf(-2))) {
throw new NonValidChangeServiceException();
}
if (result.equals(Integer.valueOf(-3))) {
throw new NotAuthorizedException();
}