Advertisement
Guest User

Untitled

a guest
Feb 25th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. try {
  2. ContextInfo ci = null;
  3. String email = null;
  4. boolean isValid = contactService.validateEmailAddressExternal(email , ci);
  5.  
  6. } catch (OperationFailedException e) {
  7. // COnnection issue na buite
  8. // throw vaadin exception
  9. } catch (DoesNotExistException e) {
  10. // Invald epos
  11. // throw vaadin exception
  12. } catch (InvalidParameterException | MissingParameterException | PermissionDeniedException ex ) {
  13. //
  14. // throw vaadin exception
  15. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement