log.error( ex.getMessage(), ex );
}
throw new GWTInvalidAddressException( e.getMessage(), address );
}
else {
throw new GWTMessageException( e.getMessage() );
}
}
catch (MessagingException e) {
log.error( e.getMessage(), e );
throw new GWTMessageException( e.getMessage() );
}
catch (IOException e) {
log.error( e.getMessage(), e );
throw new GWTMessageException( e.getMessage() );
}
}