6263646566676869
int randomValue = r.nextInt(2); if (randomValue == 0) { throw new BusinessException("Business exception 1 is being thrown."); } else { throw new AnotherBusinessException("Business exception 2 is being thrown."); } }
6465666768697071
6162636465666768