78798081828384858687
throw new NullPointerException("Parameter recipient can't be null"); } // validate recipient if(!RecipientHelper.validate(recipient)) { throw new SwsNotValidRecipientException(recipient); } this.recipient = recipient; }